082aedd752Add '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
bc702160c2Add Mason and Null-ls plugins for Neovim
PeteChu
2023-04-09 14:18:18 +0700
a9de446ed3Add keymap to delete line with selected word in the file and configure lspkind symbols
PeteChu
2023-04-09 13:33:55 +0700
help treesitter module has been renamed to vimdoc in master (#248)
Chris Patti
2023-04-07 13:11:33 -0400
ef91f14af8Add 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
3b05b9d70amore key bindings for moving text
tedmoyses
2023-04-06 19:24:09 +0100
4106e4f395Delete lsp_lines plugin and its configuration
PeteChu
2023-04-07 00:27:11 +0700
f29cf2a00dUpdate 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
606b0572d2Add 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
e7b27047e2Add descriptions to Harpoon and Cheat Sheet key mappings and include Dressing plugin in custom plugins
PeteChu
2023-04-05 15:16:52 +0700
163e0c33a7Added keymap to go back to file tree
Filip Myhrén
2023-04-05 09:47:27 +0200
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
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
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
bd9c46bfd6Replace "help" with "vimdoc" in treesitter default parser list, per nvim-treesitter breaking change notice
Will Roever
2023-04-02 10:26:18 -0700
b9b2bdbafbhelp treesitter module has been renamed to vimdoc in master
Chris Patti
2023-04-02 12:15:05 -0400
a5345d82c0fix: add desc to keymaps
Garrett Dawson
2023-03-27 13:45:55 -0600
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
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
add dependencies to install via yum
Jonathan Zollinger
2023-03-20 14:07:30 -0600
97708a370fadd 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