Commit Graph

4 Commits

Author SHA1 Message Date
PeteChu 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

* chore(nvim-tree.lua): add missing comma in filters table
* feat(surround.lua): add kylechui/nvim-surround plugin configuration
2023-04-03 23:14:15 +07:00
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
PeteChu 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
2023-03-23 14:42:48 +07:00
PeteChu 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
2023-03-20 14:40:42 +07:00