* 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 * chore(init.lua): comment out debug plugin * feat(init.lua): enable auto_install for nvim-treesitter * feat(custom/plugins/init.lua): add bufdelete.nvim plugin to custom plugins list
This commit is contained in:
parent
d20aea7ca4
commit
5c8fa11c53
5 changed files with 18 additions and 13 deletions
|
|
@ -4,5 +4,6 @@
|
|||
-- See the kickstart.nvim README for more information
|
||||
return {
|
||||
'fatih/vim-go',
|
||||
'mbbill/undotree'
|
||||
'mbbill/undotree',
|
||||
'famiu/bufdelete.nvim',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue