1
0
Fork 0

rm auto install tree-sitter and lsp

This commit is contained in:
zymon 2024-10-12 19:57:11 +02:00
parent f93462a474
commit 5e364b6065
2 changed files with 47 additions and 68 deletions

View file

@ -150,27 +150,6 @@ return {
{
"https://github.com/williamboman/mason-lspconfig.nvim",
lazy = true,
opts = {
ensure_installed = {
"bashls",
"clangd",
-- "neocmake",
"dockerls",
"elixirls",
-- "fennel_ls",
"fortls",
"html",
"biome", -- js + json
"texlab",
"lua_ls",
"julials",
"pyright",
"rust_analyzer",
"cssls",
"typst_lsp",
-- "hdl_checker",
},
}
},
{ -- portable package manager

View file

@ -10,53 +10,53 @@ return {
ensure_installed = {
"asm",
"bash",
"bibtex",
"c",
"cmake",
"commonlisp",
"cpp",
"css", "scss",
"csv",
"cuda",
"d",
"devicetree",
"diff",
"dockerfile",
"erlang",
"elixir",
"heex",
"fennel",
"fortran",
"git_config", "git_rebase", "gitattributes", "gitcommit", "gitignore",
"haskell",
"html",
"http",
"javascript",
"json", "json5",
"julia",
"latex",
"llvm",
"lua", "luadoc",
"markdown", "markdown_inline",
"norg",
"objdump",
"passwd",
"python",
"regex",
"rst",
"rust",
"sql",
"ssh_config",
"systemverilog",
"tcl",
"toml",
"typst",
"verilog",
"vhdl",
"vim",
"vimdoc",
"xml",
"yaml",
-- "bibtex",
-- "c",
-- "cmake",
-- "commonlisp",
-- "cpp",
-- "css", "scss",
-- "csv",
-- "cuda",
-- "d",
-- "devicetree",
-- "diff",
-- "dockerfile",
-- "erlang",
-- "elixir",
-- "heex",
-- "fennel",
-- "fortran",
-- "git_config", "git_rebase", "gitattributes", "gitcommit", "gitignore",
-- "haskell",
-- "html",
-- "http",
-- "javascript",
-- "json", "json5",
-- "julia",
-- "latex",
-- "llvm",
-- "lua", "luadoc",
-- "markdown", "markdown_inline",
-- "norg",
-- "objdump",
-- "passwd",
-- "python",
-- "regex",
-- "rst",
-- "rust",
-- "sql",
-- "ssh_config",
-- "systemverilog",
-- "tcl",
-- "toml",
-- "typst",
-- "verilog",
-- "vhdl",
-- "vim",
-- "vimdoc",
-- "xml",
-- "yaml",
},
incremental_selection = {
enable = true,