Commit Graph

12 Commits

Author SHA1 Message Date
PeteChu 606b0572d2 Add bufferline options to always show the bufferline, use ordinal numbers, and sort by insert position in the current setup 2023-04-06 01:29:34 +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 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 a352464116 * feat(zenmode.lua): add key mappings for TZNarrow and TZAtaraxis
* feat(zen-mode.lua): add TrueZen plugin to the configuration
2023-04-03 23:32:01 +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 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
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
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2023-02-17 16:31:57 -05:00