feat: add gopls
This commit is contained in:
parent
5c646250a7
commit
511dabde0f
2 changed files with 3 additions and 19 deletions
|
|
@ -27,7 +27,8 @@ require("mason-lspconfig").setup({
|
|||
"asm_lsp", -- assembly
|
||||
"tsserver", -- js and ts
|
||||
"ltex", -- latex
|
||||
"jdtls" -- jafuck
|
||||
"jdtls", -- jafuck
|
||||
"gopls" -- yet another gargabe collector
|
||||
},
|
||||
automatic_installation = true,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -5,24 +5,7 @@ end
|
|||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = {
|
||||
"latex",
|
||||
"c",
|
||||
"cpp",
|
||||
"rust",
|
||||
"lua",
|
||||
"haskell",
|
||||
"java",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"python",
|
||||
"html",
|
||||
"css",
|
||||
"yaml",
|
||||
"bash",
|
||||
"json",
|
||||
"c_sharp",
|
||||
},
|
||||
ensure_installed = "all",
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue