1
0

Added additional plugins

- Added gitsigns.nvim
- Added Treesitter.nvim
- Added Undotree.nvim
- Added vimbegood.nvim
This commit is contained in:
2024-09-23 10:37:41 +02:00
parent 1bb7a56d5c
commit 6b6613aeea
5 changed files with 17 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ return {
show_help = '?'
}
},
ensure_installed = { "c", "lua", "vim", "vimdoc", "bash" },
ensure_installed = { "python", "c", "lua", "vim", "vimdoc", "bash" },
sync_install = false,
highlight = { enable = true },
indent = { enable = true },