Neovim tweaks.
This commit is contained in:
parent
d12e47918e
commit
24b53f8fd3
@ -15,6 +15,7 @@ return {
|
||||
termguicolors = true,
|
||||
writebackup = false,
|
||||
clipboard = "",
|
||||
cmdheight = 1,
|
||||
foldcolumn = "0",
|
||||
laststatus = 2,
|
||||
mouse = "",
|
||||
|
@ -1,6 +1,11 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
auto_install = true,
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"python",
|
||||
"terraform",
|
||||
"vim",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user