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", "https://github.com/williamboman/mason-lspconfig.nvim",
lazy = true, 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 { -- portable package manager

View file

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