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

* feat(init.lua): add vim-go plugin
* feat(nvim-tree.lua): add custom filter to ignore .git directory in nvim-tree view
2023-03-31 12:07:39 +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 * chore(defaults.lua): add expandtab and smarttab options 2023-03-31 12:07:39 +07:00
nvim-tree.lua * chore(defaults.lua): add expandtab and smarttab options 2023-03-31 12:07:39 +07:00