(neovim) make plugins setup modular, huge changes to keymaps
This commit is contained in:
parent
99f699de06
commit
957ec52ca8
9 changed files with 168 additions and 199 deletions
18
config/common/nvim/lua/plugins/treesitter.lua
Normal file
18
config/common/nvim/lua/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"diff",
|
||||
"gotmpl",
|
||||
"helm",
|
||||
"json",
|
||||
"lua",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"terraform",
|
||||
"vim",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue