Neovim tweaks.

This commit is contained in:
Bartek Stalewski 2023-04-17 00:56:12 +02:00
parent d12e47918e
commit 24b53f8fd3
2 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,7 @@ return {
termguicolors = true,
writebackup = false,
clipboard = "",
cmdheight = 1,
foldcolumn = "0",
laststatus = 2,
mouse = "",

View File

@ -1,6 +1,11 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
auto_install = true,
ensure_installed = {
"bash",
"python",
"terraform",
"vim",
},
},
}