Commit Graph

  • e85913d35f Add GitHub Copilot Terence Ponce 2023-04-03 22:42:53 +01:00
  • e7bd5bc6c4
    Add more config for Neotree (#9) Terence Ponce 2023-04-03 22:14:13 +01:00
  • 270aacae8e
    Add other languages on Treesitter for Phoenix development (#8) Terence Ponce 2023-04-03 21:50:25 +01:00
  • 9fb993f9da
    feat(nvim pluigins): new nvim custom plugins David Bell 2023-04-03 21:19:33 +01:00
  • 4a8ed09d1f
    Add vim-tmux-navigator (#7) Terence Ponce 2023-04-03 19:19:20 +01:00
  • d5ca845e48
    Add Elixir and Ruby to Treesitter (#6) Terence Ponce 2023-04-03 19:02:00 +01:00
  • a5c4e11ce7
    Add UndoTree (#5) Terence Ponce 2023-04-03 18:57:58 +01:00
  • b7294ba9c5 * chore(keymaps.lua): comment out quickfix keymaps PeteChu 2023-04-04 00:35:52 +07:00
  • 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 +07:00
  • 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 +07:00
  • a3ee26ebf2
    Change theme to gruvbox (#4) Terence Ponce 2023-04-03 17:31:53 +01:00
  • 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 +07:00
  • a8a4bc2b84
    Add neotree (#3) Terence Ponce 2023-04-03 17:12:34 +01:00
  • 6dfd941bf3
    Add nvim-autopairs (#2) Terence Ponce 2023-04-03 17:11:31 +01:00
  • d6a51f6f2d
    Remove help from treesitter languages (#1) Terence Ponce 2023-04-03 17:09:02 +01:00
  • ae86376c99 Remove help from treesitter languages Terence Ponce 2023-04-03 17:05:26 +01:00
  • e1f34bf549
    feat: add more themes Thomas Alcala Schneider 2023-04-03 17:06:12 +02:00
  • 8cdc7e2373 fix: improve diagnostics Garrett Dawson 2023-04-03 08:53:04 -06:00
  • 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 +07:00
  • bd9c46bfd6 Replace "help" with "vimdoc" in treesitter default parser list, per nvim-treesitter breaking change notice Will Roever 2023-04-02 10:26:18 -07:00
  • b9b2bdbafb help treesitter module has been renamed to vimdoc in master Chris Patti 2023-04-02 12:15:05 -04:00
  • 0ae0d60ce7
    Merge pull request #3 from killtheliterate/vim-opts Garrett Dawson 2023-04-02 09:53:47 -06:00
  • a5345d82c0 fix: add desc to keymaps Garrett Dawson 2023-03-27 13:45:55 -06:00
  • f47c0365bd
    nvim-treesitter.configs: Rename help to vimdoc HieuTranTH 2023-04-02 11:59:52 +03:00
  • 71d973a802
    make hint indications comments amtoine 2023-04-01 12:46:52 +02:00
  • 42546f3233
    add a newline after the initial comment for readability amtoine 2023-04-01 12:44:59 +02:00
  • 250e5a13f1
    use real markdown headers for section titles amtoine 2023-04-01 12:44:32 +02:00
  • 8a7c2e99d7
    add NOTEs on the pcalls to give the user hints amtoine 2023-04-01 12:26:44 +02:00
  • 6780175e42
    protect the calls to require with pcall amtoine 2023-04-01 12:26:15 +02:00
  • cbe80a2bf4
    import custom options, keybindings and commands amtoine 2023-04-01 12:17:07 +02:00
  • 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 +07:00
  • e4808488e7
    feat: add the tabnine plugin Thomas Alcala Schneider 2023-03-31 16:08:37 +02:00
  • 835fbf9f58 added custom config atetz 2023-03-31 13:54:52 +02:00
  • b48487af98 Switch to kickstart.nvim - First Settings dobayer 2023-03-31 10:42:40 +02:00
  • 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 +07:00
  • aa4d90076b
    Merge pull request #1 from thomasmarcel/feature/copilot-cmp Thomas Alcala Schneider 2023-03-28 18:33:34 +02:00
  • e53d56f2fe
    feat: adding back cmp-copilot Thomas Alcala Schneider 2023-03-28 16:27:14 +02:00
  • c32565a48b
    wip: make cmp use copilot Thomas Alcala Schneider 2023-03-27 19:16:35 +02:00
  • b19f515f18 Add Telescope installation for Windows. tronglt 2023-03-26 17:54:54 +07:00
  • a9c3f9e5b7 Move to Kickstart. tronglt 2023-03-26 17:22:46 +07:00
  • e6fdffe1ce
    feat: add cmp sources Thomas Alcala Schneider 2023-03-24 19:39:56 +01:00
  • 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 +07:00
  • a38042d73e
    feat: more editor plugins Thomas Alcala Schneider 2023-03-22 18:50:48 +01:00
  • a266489958
    feat: adding keymaps and health Thomas Alcala Schneider 2023-03-22 17:54:34 +01:00
  • 1fd5843cf1
    feat: add all plugins from the old config Thomas Alcala Schneider 2023-03-22 16:54:27 +01:00
  • ccde2d3106
    Merge pull request #2 from killtheliterate/vim-opts Garrett Dawson 2023-03-21 08:40:30 -06:00
  • 8cac12d06d fix: add more vim.opt settings Garrett Dawson 2023-03-21 08:39:13 -06:00
  • b9217c37ba
    Merge pull request #1 from ggdawson/autoformat Garrett Dawson 2023-03-20 21:03:13 -06:00
  • 6fd6fb859f
    add dependencies to install via yum Jonathan Zollinger 2023-03-20 14:07:30 -06:00
  • 97708a370f add null_ls for formatting ggdawson 2023-03-20 13:15:46 -04:00
  • a69141cce0 update 20032023 Neeraj 2023-03-20 13:15:33 +05:30
  • 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 +07:00
  • b28ed339df prevent error if you dont have a custom plugin DexMech 2023-03-20 00:36:50 -03:00
  • 724fb28491 remove stylelint Garrett Dawson 2023-03-19 21:25:50 -06:00
  • e137556250 Fork and customize config Garrett Dawson 2023-03-18 22:47:34 -06:00
  • 7f5567ddfa Change colorscheme to nightfly Robert Claypool 2023-03-19 18:01:43 -05:00
  • 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 +07:00
  • 3e1619ad97 Add catppuccin theme Ajay Singh 2023-03-17 22:59:19 -04:00
  • b079304a9c something Kyle Andelin 2023-03-15 09:39:01 -07:00
  • 4449e70b05 add ZenMode keymapping Alexander 2023-03-13 16:21:16 +01:00
  • 2da8bb32c7 add scrolloff and ZenMode basics Alexander 2023-03-13 14:42:00 +01:00
  • 0ae1cf0a07 update Omixxx 2023-03-13 10:03:12 +01:00
  • 7b670b6852 Update. tronglt 2023-03-13 07:18:18 +07:00
  • 986aa82cd6 FIX: Updating command description. Luiz Antonio Calliari Filho 2023-03-12 20:45:26 -03:00
  • 7f9920e364 Correct command for neo-tree Jon Earnshaw 2023-03-12 09:08:02 +00:00
  • 528706506e add terminal config for linux and windows Luke 2023-03-10 19:48:57 -07:00
  • 11d0840dba clear Luke Johnson 2023-03-09 12:59:38 -07:00
  • 0ee4b4148c
    Merge eccdbccbfc69c40e54808bca4731c06fe488a674 into 4a37a0a9b1d53fd355637256ac975c619226fb6d Victor Wallsten 2023-03-09 10:26:31 +01:00
  • eccdbccbfc
    Add <C-n>, <C-p> mappings to nvim-cmp setup Victor Wallsten 2023-03-09 10:18:56 +01:00
  • bb869f07ae add some ThrePrimeagen keymaps, unfinished Luke Johnson 2023-03-08 17:30:53 -07:00
  • 63da18c522 Fix comment about loading kickstart plugins Michael Koch 2023-03-08 07:07:24 +01:00
  • c975e0346a
    Merge branch 'nvim-lua:master' into master Luiz Antonio Calliari Filho 2023-03-07 22:36:27 -03:00
  • 7805b3eceb add snippets, refactor Luke Johnson 2023-03-07 17:28:16 -07:00
  • 40c5e09bed add after dir and defaults.lua Luke Johnson 2023-03-07 15:01:19 -07:00
  • d930d9243c remove cpp from treesitter Luke Johnson 2023-03-07 14:27:41 -07:00
  • 66dc5b896d Feat: Simplifying code Luiz Antonio Calliari Filho 2023-03-06 23:26:20 -03:00
  • de1db70ea9 fix: move the Mason setup time forward from before H. Lee 2023-03-07 01:09:25 +09:00
  • 0a4913c163 revert lsp-zero Luke 2023-03-04 22:26:41 -07:00
  • d44935d4f1
    Fix typo "documention" into "documentation" Tsanko Tsanev 2023-03-04 11:16:18 +02:00
  • 7ed96df762 adding some keymaps Ted Moyses 2023-03-03 13:30:30 +00:00
  • 51e8fea23e add lsp-zero plugin Luke Johnson 2023-03-02 16:55:54 -07:00
  • 0444e21486 add block cursor + cleanup QRY91 2023-03-02 23:10:51 +01:00
  • 3ed6191021 update toggleterm configuration Luke Johnson 2023-03-02 10:07:04 -07:00
  • 5f6af39664 add toggleterm plugin, remove python from TS Luke Johnson 2023-03-02 09:17:47 -07:00
  • 81c3cd2ac0 add shortcuts and leap work foreward and backward with "s" Omixxx 2023-03-01 17:44:55 +01:00
  • 6f14c7cfc4 add LazyGit terminal, create terminal.lua Luke Johnson 2023-02-28 14:16:15 -07:00
  • dcf6329c0a add toggleterm plugin Luke Johnson 2023-02-28 13:26:14 -07:00
  • 9375eae25c add urlview plugin Luke Johnson 2023-02-28 12:21:33 -07:00
  • d14757cd4d add better escape plugin Luke Johnson 2023-02-28 11:19:09 -07:00
  • 4f7d4888aa added laguage servers and some keymaps Ted Moyses 2023-02-28 16:45:25 +00:00
  • ae9fc10678 add markdown preview Omixxx 2023-02-28 16:42:55 +01:00
  • 46d493db65 update Omixxx 2023-02-28 14:36:03 +01:00
  • 4316ac84df formatted code Neeraj 2023-02-28 17:18:54 +05:30
  • da382b5d61 defaults update Neeraj 2023-02-28 17:16:03 +05:30
  • 66954fc125 update Omixxx 2023-02-28 12:45:10 +01:00
  • 926eccb1c4 defaults update Neeraj 2023-02-28 16:54:24 +05:30
  • b272268f79 initial commit Neeraj 2023-02-28 16:37:22 +05:30
  • 3267f8d2a4 remap delete whole word in insert mode Omixxx 2023-02-28 11:42:59 +01:00
  • 1369883f75
    Merge branch 'nvim-lua:master' into master Luke 2023-02-27 19:24:28 -07:00
  • 48c56487e1 Add dashboard plugin Luke Johnson 2023-02-27 17:25:08 -07:00