kickstart.nvim/lua/custom/plugins
PeteChu 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

* 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
2023-04-03 11:45:59 +07:00
..
autopairs.lua * chore(defaults.lua): add expandtab and smarttab options 2023-03-31 12:07:39 +07:00
bufferline.lua * feat(nvim-tree.lua): add autocmd to close NvimTree on QuitPre event and open NvimTree on VimEnter event 2023-03-20 14:40:42 +07:00
init.lua * refactor(defaults.lua): remove trailing whitespace 2023-04-03 11:45:59 +07:00
lsp_signature.lua * chore(defaults.lua): add new options for vim 2023-04-01 14:03:26 +07:00
nvim-tree.lua * chore(defaults.lua): add expandtab and smarttab options 2023-03-31 12:07:39 +07:00