mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-07 02:44:59 +00:00
Fix configs
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
return {
|
||||
-- You can disable default plugins as follows:
|
||||
["goolord/alpha-nvim"] = { disable = false },
|
||||
["max397574/better-escape.nvim"] = { disable = false },
|
||||
-- You can also add new plugins here as well:
|
||||
["wakatime/vim-wakatime"] = {
|
||||
opt = true,
|
||||
setup = function() table.insert(astronvim.file_plugins, "vim-wakatime") end,
|
||||
|
||||
@@ -21,11 +21,9 @@ return {
|
||||
"phpactor",
|
||||
"psalm",
|
||||
"pyright",
|
||||
"spectral",
|
||||
"stylelint_lsp",
|
||||
"sqls",
|
||||
"tailwindcss",
|
||||
"terraformls",
|
||||
"tsserver",
|
||||
"vuels",
|
||||
"yamlls"
|
||||
|
||||
@@ -2,9 +2,34 @@ return {
|
||||
-- Automatically install missing parsers when entering buffer
|
||||
auto_install = true,
|
||||
ensure_installed = {
|
||||
"c", "help", "bash", "comment", "diff", "dockerfile", "html", "json",
|
||||
"json5", "javascript", "latex", "markdown", "php", "phpdoc", "python",
|
||||
"scss", "terraform", "todotxt", "toml", "typescript", "vim", "vue",
|
||||
"yaml"
|
||||
"help",
|
||||
|
||||
"bash",
|
||||
"c",
|
||||
"cmake",
|
||||
"comment",
|
||||
"diff",
|
||||
"dockerfile",
|
||||
"gitignore",
|
||||
"graphql",
|
||||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
"json5",
|
||||
"latex",
|
||||
"lua",
|
||||
"markdown",
|
||||
"php",
|
||||
"phpdoc",
|
||||
"python",
|
||||
"scss",
|
||||
"sql",
|
||||
"terraform",
|
||||
"todotxt",
|
||||
"toml",
|
||||
"typescript",
|
||||
"vim",
|
||||
"vue",
|
||||
"yaml",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user