Neovim tweaks.
This commit is contained in:
parent
d12e47918e
commit
24b53f8fd3
2 changed files with 7 additions and 1 deletions
|
@ -15,6 +15,7 @@ return {
|
||||||
termguicolors = true,
|
termguicolors = true,
|
||||||
writebackup = false,
|
writebackup = false,
|
||||||
clipboard = "",
|
clipboard = "",
|
||||||
|
cmdheight = 1,
|
||||||
foldcolumn = "0",
|
foldcolumn = "0",
|
||||||
laststatus = 2,
|
laststatus = 2,
|
||||||
mouse = "",
|
mouse = "",
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
return {
|
return {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
auto_install = true,
|
ensure_installed = {
|
||||||
|
"bash",
|
||||||
|
"python",
|
||||||
|
"terraform",
|
||||||
|
"vim",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue