
* 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
9 lines
249 B
Lua
9 lines
249 B
Lua
-- You can add your own plugins here or in other files in this directory!
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
--
|
|
-- See the kickstart.nvim README for more information
|
|
return {
|
|
'fatih/vim-go',
|
|
'mbbill/undotree'
|
|
}
|