1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 19:49:25 +00:00

[neovim] Update plugins and tidy up

This commit is contained in:
2023-04-09 18:13:55 +02:00
parent a610f01038
commit 4f56be8231
3 changed files with 34 additions and 19 deletions

View File

@ -4,9 +4,18 @@ if not status_ok then
end
configs.setup({
ensure_installed = { "lua", "markdown", "markdown_inline", "bash", "python", "go", "gomod", "gowork" },
ignore_install = { "" },
sync_install = false,
ensure_installed = {
"lua",
"markdown",
"markdown_inline",
"bash",
"python",
"go",
"gomod",
"gowork",
"json",
"yaml",
},
highlight = {
enable = true,
disable = { "css" },
@ -14,8 +23,10 @@ configs.setup({
autopairs = {
enable = true,
},
indent = { enable = true, disable = { "python", "css" } },
indent = {
enable = true,
disable = { "python", "css" },
},
context_commentstring = {
enable = true,
enable_autocmd = false,