Commit Graph

11 Commits

Author SHA1 Message Date
PeteChu a9de446ed3 Add keymap to delete line with selected word in the file and configure lspkind symbols 2023-04-09 13:33:55 +07:00
PeteChu ef91f14af8 Add buffer completion source to nvim-cmp plugin in defaults.lua and integrate lspsaga.nvim plugin for LSP functionality in keymaps.lua and init.lua 2023-04-07 13:41:32 +07:00
PeteChu e7b27047e2 Add descriptions to Harpoon and Cheat Sheet key mappings and include Dressing plugin in custom plugins 2023-04-05 15:16:52 +07:00
PeteChu b366efced2 Add buffer deletion command and update source keymap, configure lsp_lines, null-ls, and trouble plugins 2023-04-05 12:35:32 +07:00
PeteChu b7294ba9c5 * chore(keymaps.lua): comment out quickfix keymaps 2023-04-04 00:35:52 +07:00
PeteChu 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
2023-04-03 23:50:47 +07:00
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 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
PeteChu 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

* chore(init.lua): comment out unused keymap for signature help
* feat(plugins): add undotree plugin
* feat(plugins): add lsp_signature plugin and setup configuration
2023-04-01 14:03:26 +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 fb273bd85e * feat(defaults.lua): add relative line numbers
* feat(keymaps.lua): add keymaps for buffer navigation, terminal, and nvimtree
* feat(nvim-tree.lua): add nvim-tree plugin with setup function
2023-03-19 17:26:54 +07:00