chore(nvim): tweak settings, update plugins

This commit is contained in:
2023-09-21 13:14:15 +03:00
parent 3d65fdee43
commit c8c34dcc81
5 changed files with 31 additions and 15 deletions

View File

@@ -1,9 +1,24 @@
return {
-- A neovim lua plugin to help easily manage multiple terminal windows
-- https://github.com/akinsho/toggleterm.nvim
{
"akinsho/toggleterm.nvim",
version = "*",
config = true,
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"actionlint",
"ansible-lint",
"bash-language-server",
"commitlint",
"flake8",
"intelephense",
"jsonlint",
"luacheck",
"phpcs",
"phpmd",
"shellcheck",
"shfmt",
"stylelint",
"stylua",
"yamllint",
},
},
},
}