Commit graph

  • 3255324e89 Add plugin sindrets/diffview.nvim PeteChu 2023-04-10 12:42:04 +0700
  • 9676197298
    Merge pull request #1 from SamPosh/sam/debugpython SamPosh 2023-04-10 10:44:16 +0530
  • a0e014716a
    Merge branch 'nvim-lua:master' into master Thomas Alcala Schneider 2023-04-09 20:41:21 +0200
  • 2d655a3d37
    python debug added SamPosh 2023-04-09 11:29:42 -0400
  • 94ef7a12ed mason nvim dap 2.0 removed setup_handlers() Kai Windle 2023-04-09 16:26:36 +0100
  • 082aedd752 Add 'hrsh7th/cmp-path' as a dependency and load 'luasnip' snippets from VSCode in the 'init.lua' file, also include 'onsails/lspkind.nvim' and 'rafamadriz/friendly-snippets' in the list of plugins in the 'custom/plugins/init.lua' file PeteChu 2023-04-09 14:36:04 +0700
  • bc702160c2 Add Mason and Null-ls plugins for Neovim PeteChu 2023-04-09 14:18:18 +0700
  • a9de446ed3 Add keymap to delete line with selected word in the file and configure lspkind symbols PeteChu 2023-04-09 13:33:55 +0700
  • 8eb3d5e707
    Add ctrlspace David Bell 2023-04-08 18:44:52 +0100
  • b4dac85250
    feat: add vim ctrlspace plugin David Bell 2023-04-08 18:44:16 +0100
  • 7cecf4fcb1
    help treesitter module has been renamed to vimdoc in master (#248) Chris Patti 2023-04-07 13:11:33 -0400
  • ef91f14af8 Add buffer completion source to nvim-cmp plugin in defaults.lua and integrate lspsaga.nvim plugin for LSP functionality in keymaps.lua and init.lua PeteChu 2023-04-07 13:41:32 +0700
  • 3b05b9d70a more key bindings for moving text tedmoyses 2023-04-06 19:24:09 +0100
  • 4106e4f395 Delete lsp_lines plugin and its configuration PeteChu 2023-04-07 00:27:11 +0700
  • f29cf2a00d Update bufferline.lua to sort buffers by inserting them at the end instead of after the current one PeteChu 2023-04-06 01:45:28 +0700
  • 606b0572d2 Add bufferline options to always show the bufferline, use ordinal numbers, and sort by insert position in the current setup PeteChu 2023-04-06 01:29:34 +0700
  • e7b27047e2 Add descriptions to Harpoon and Cheat Sheet key mappings and include Dressing plugin in custom plugins PeteChu 2023-04-05 15:16:52 +0700
  • 163e0c33a7 Added keymap to go back to file tree Filip Myhrén 2023-04-05 09:47:27 +0200
  • 716e4e2902
    feat: add window picker David Bell 2023-04-05 08:05:48 +0100
  • b366efced2 Add buffer deletion command and update source keymap, configure lsp_lines, null-ls, and trouble plugins PeteChu 2023-04-05 12:35:32 +0700
  • 38cbd9b9ff updates options and removes error from treesitter - trying to install 'help' cfsanderson-fulcrum 2023-04-04 23:47:47 -0400
  • 2c3654c950 refactors init.lua - moves options to custom/options.lua and adds my options cfsanderson-fulcrum 2023-04-04 23:37:31 -0400
  • e8a4271e03 update linebreak functionality so words stay intact at the end of a line that needs to wrap Bones 2023-04-04 23:22:07 +0200
  • 46f3bb3148 Added Harpoon and some other key bindings Filip Myhrén 2023-04-04 22:12:28 +0200
  • fb958b9e97
    refactor(plugins): update pandoc plugin David Bell 2023-04-04 20:18:25 +0100
  • 7126848668
    refactor(plugins): remove peek David Bell 2023-04-04 20:07:57 +0100
  • 9646fc487a
    feat(plugins): add db ui config David Bell 2023-04-04 19:59:38 +0100
  • 86bdc8207c
    feat(plugins): add plugins David Bell 2023-04-04 19:58:33 +0100
  • fa8b268568
    Add markdown plugins David Bell 2023-04-04 19:08:21 +0100
  • 4bd4388220
    feat: add peek settings David Bell 2023-04-04 18:44:31 +0100
  • 974aee5764
    put the pcalls back just after their sections amtoine 2023-04-04 18:53:56 +0200
  • 6bd84de77e
    move the default options at the top amtoine 2023-04-04 18:53:14 +0200
  • f81ebd1a18
    change the names: {keybindings=>map} and {commands=>after} amtoine 2023-04-04 18:52:41 +0200
  • 0a172a3fef
    move the calls to the bottom amtoine 2023-04-04 18:51:58 +0200
  • 3b8e14e3d1
    feat(windowpicker.lua): new plugin David Bell 2023-04-04 07:41:53 +0100
  • e85913d35f Add GitHub Copilot Terence Ponce 2023-04-03 22:42:53 +0100
  • e7bd5bc6c4
    Add more config for Neotree (#9) Terence Ponce 2023-04-03 22:14:13 +0100
  • 270aacae8e
    Add other languages on Treesitter for Phoenix development (#8) Terence Ponce 2023-04-03 21:50:25 +0100
  • 9fb993f9da
    feat(nvim pluigins): new nvim custom plugins David Bell 2023-04-03 21:19:33 +0100
  • 4a8ed09d1f
    Add vim-tmux-navigator (#7) Terence Ponce 2023-04-03 19:19:20 +0100
  • d5ca845e48
    Add Elixir and Ruby to Treesitter (#6) Terence Ponce 2023-04-03 19:02:00 +0100
  • a5c4e11ce7
    Add UndoTree (#5) Terence Ponce 2023-04-03 18:57:58 +0100
  • b7294ba9c5 * chore(keymaps.lua): comment out quickfix keymaps PeteChu 2023-04-04 00:35:52 +0700
  • 7089dd897d * feat(keymaps.lua): add keymap for Vim Be Good plugin * chore(plugins/init.lua): add Vim Be Good plugin to the list of plugins PeteChu 2023-04-03 23:50:47 +0700
  • a352464116 * feat(zenmode.lua): add key mappings for TZNarrow and TZAtaraxis * feat(zen-mode.lua): add TrueZen plugin to the configuration PeteChu 2023-04-03 23:32:01 +0700
  • a3ee26ebf2
    Change theme to gruvbox (#4) Terence Ponce 2023-04-03 17:31:53 +0100
  • 431b1bf351 * feat(harpoon.lua): add keymaps for navigating between files and toggling quick menu * feat(keymaps.lua): add keymap for deleting all buffers except current * feat(nvim-tree.lua): add autocmd to go to last used hidden buffer when deleting a buffer * chore(init.lua): add ThePrimeagen/harpoon plugin to the list of plugins PeteChu 2023-04-03 23:14:15 +0700
  • a8a4bc2b84
    Add neotree (#3) Terence Ponce 2023-04-03 17:12:34 +0100
  • 6dfd941bf3
    Add nvim-autopairs (#2) Terence Ponce 2023-04-03 17:11:31 +0100
  • d6a51f6f2d
    Remove help from treesitter languages (#1) Terence Ponce 2023-04-03 17:09:02 +0100
  • ae86376c99 Remove help from treesitter languages Terence Ponce 2023-04-03 17:05:26 +0100
  • e1f34bf549
    feat: add more themes Thomas Alcala Schneider 2023-04-03 17:06:12 +0200
  • 5c8fa11c53 * refactor(defaults.lua): remove trailing whitespace * feat(defaults.lua): add swapfile option and set it to false * refactor(keymaps.lua): add whitespace for readability * feat(keymaps.lua): add keymap to open folder in workspace in tmux session * feat(keymaps.lua): add keymaps for buffer delete and buffer wipeout * chore(treesitter.lua): remove treesitter configuration file PeteChu 2023-04-03 11:45:59 +0700
  • bd9c46bfd6 Replace "help" with "vimdoc" in treesitter default parser list, per nvim-treesitter breaking change notice Will Roever 2023-04-02 10:26:18 -0700
  • b9b2bdbafb help treesitter module has been renamed to vimdoc in master Chris Patti 2023-04-02 12:15:05 -0400
  • a5345d82c0 fix: add desc to keymaps Garrett Dawson 2023-03-27 13:45:55 -0600
  • f47c0365bd
    nvim-treesitter.configs: Rename help to vimdoc HieuTranTH 2023-04-02 11:59:52 +0300
  • 71d973a802
    make hint indications comments amtoine 2023-04-01 12:46:52 +0200
  • 42546f3233
    add a newline after the initial comment for readability amtoine 2023-04-01 12:44:59 +0200
  • 250e5a13f1
    use real markdown headers for section titles amtoine 2023-04-01 12:44:32 +0200
  • 8a7c2e99d7
    add NOTEs on the pcalls to give the user hints amtoine 2023-04-01 12:26:44 +0200
  • 6780175e42
    protect the calls to require with pcall amtoine 2023-04-01 12:26:15 +0200
  • cbe80a2bf4
    import custom options, keybindings and commands amtoine 2023-04-01 12:17:07 +0200
  • d20aea7ca4 * chore(defaults.lua): add new options for vim * feat(keymaps.lua): add new keymaps for various actions * feat(treesitter.lua): add treesitter configuration for terraform language PeteChu 2023-04-01 14:03:26 +0700
  • e4808488e7
    feat: add the tabnine plugin Thomas Alcala Schneider 2023-03-31 16:08:37 +0200
  • 835fbf9f58 added custom config atetz 2023-03-31 13:54:52 +0200
  • b48487af98 Switch to kickstart.nvim - First Settings dobayer 2023-03-31 10:42:40 +0200
  • 049d71cf0f * chore(defaults.lua): add expandtab and smarttab options * chore(keymaps.lua): add silent and noremap options to NvimTreeToggle keymap * chore(nvim-tree.lua): comment out auto open autocmd * chore(init.lua): disable netrw and add autoformat and debug plugins * feat(autopairs.lua): add nvim-autopairs plugin with default configuration PeteChu 2023-03-31 12:07:39 +0700
  • aa4d90076b
    Merge pull request #1 from thomasmarcel/feature/copilot-cmp Thomas Alcala Schneider 2023-03-28 18:33:34 +0200
  • e53d56f2fe
    feat: adding back cmp-copilot Thomas Alcala Schneider 2023-03-28 16:27:14 +0200
  • c32565a48b
    wip: make cmp use copilot Thomas Alcala Schneider 2023-03-27 19:16:35 +0200
  • e6fdffe1ce
    feat: add cmp sources Thomas Alcala Schneider 2023-03-24 19:39:56 +0100
  • 42ca0e4245 * refactor(nvim-tree.lua): extract open_nvim_tree function and add comments * feat(nvim-tree.lua): add auto open and auto close autocmds for NvimTree PeteChu 2023-03-23 14:42:48 +0700
  • a38042d73e
    feat: more editor plugins Thomas Alcala Schneider 2023-03-22 18:50:48 +0100
  • a266489958
    feat: adding keymaps and health Thomas Alcala Schneider 2023-03-22 17:54:34 +0100
  • 1fd5843cf1
    feat: add all plugins from the old config Thomas Alcala Schneider 2023-03-22 16:54:27 +0100
  • ccde2d3106
    Merge pull request #2 from killtheliterate/vim-opts Garrett Dawson 2023-03-21 08:40:30 -0600
  • 8cac12d06d fix: add more vim.opt settings Garrett Dawson 2023-03-21 08:39:13 -0600
  • b9217c37ba
    Merge pull request #1 from ggdawson/autoformat Garrett Dawson 2023-03-20 21:03:13 -0600
  • 6fd6fb859f
    add dependencies to install via yum Jonathan Zollinger 2023-03-20 14:07:30 -0600
  • 97708a370f add null_ls for formatting ggdawson 2023-03-20 13:15:46 -0400
  • f1e8caeca2 * feat(nvim-tree.lua): add autocmd to close NvimTree on QuitPre event and open NvimTree on VimEnter event * feat(bufferline.lua): add configuration for bufferline plugin with options for indicator, diagnostics, offsets, separator_style, and always_show_bufferline PeteChu 2023-03-20 14:40:42 +0700
  • b28ed339df prevent error if you dont have a custom plugin DexMech 2023-03-20 00:36:50 -0300
  • 724fb28491 remove stylelint Garrett Dawson 2023-03-19 21:25:50 -0600
  • e137556250 Fork and customize config Garrett Dawson 2023-03-18 22:47:34 -0600
  • 7f5567ddfa Change colorscheme to nightfly Robert Claypool 2023-03-19 18:01:43 -0500
  • fb273bd85e * feat(defaults.lua): add relative line numbers * feat(keymaps.lua): add keymaps for buffer navigation, terminal, and nvimtree * feat(nvim-tree.lua): add nvim-tree plugin with setup function PeteChu 2023-03-19 17:26:54 +0700
  • b079304a9c something Kyle Andelin 2023-03-15 09:39:01 -0700
  • 4449e70b05 add ZenMode keymapping Alexander 2023-03-13 16:21:16 +0100
  • 2da8bb32c7 add scrolloff and ZenMode basics Alexander 2023-03-13 14:42:00 +0100
  • 0ae1cf0a07 update Omixxx 2023-03-13 10:03:12 +0100
  • 986aa82cd6 FIX: Updating command description. Luiz Antonio Calliari Filho 2023-03-12 20:45:26 -0300
  • 7f9920e364 Correct command for neo-tree Jon Earnshaw 2023-03-12 09:08:02 +0000
  • 528706506e add terminal config for linux and windows Luke 2023-03-10 19:48:57 -0700
  • 11d0840dba clear Luke Johnson 2023-03-09 12:59:38 -0700
  • 0ee4b4148c
    Merge eccdbccbfc into 4a37a0a9b1 Victor Wallsten 2023-03-09 10:26:31 +0100
  • eccdbccbfc
    Add <C-n>, <C-p> mappings to nvim-cmp setup Victor Wallsten 2023-03-09 10:18:56 +0100
  • bb869f07ae add some ThrePrimeagen keymaps, unfinished Luke Johnson 2023-03-08 17:30:53 -0700
  • 63da18c522 Fix comment about loading kickstart plugins Michael Koch 2023-03-08 07:07:24 +0100
  • c975e0346a
    Merge branch 'nvim-lua:master' into master Luiz Antonio Calliari Filho 2023-03-07 22:36:27 -0300