Comment out mason for now, set clangd, gopls and pyright as default lsp's
This commit is contained in:
parent
31386141a8
commit
3b308ace73
1 changed files with 4 additions and 4 deletions
|
|
@ -167,9 +167,9 @@ return { -- LSP Configuration & Plugins
|
||||||
-- - settings (table): Override the default settings passed when initializing the server.
|
-- - settings (table): Override the default settings passed when initializing the server.
|
||||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||||
local servers = {
|
local servers = {
|
||||||
-- clangd = {},
|
clangd = {},
|
||||||
-- gopls = {},
|
gopls = {},
|
||||||
-- pyright = {},
|
pyright = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- zls = {},
|
-- zls = {},
|
||||||
-- jdtls = {},
|
-- jdtls = {},
|
||||||
|
|
@ -205,7 +205,7 @@ return { -- LSP Configuration & Plugins
|
||||||
-- :Mason
|
-- :Mason
|
||||||
--
|
--
|
||||||
-- You can press `g?` for help in this menu.
|
-- You can press `g?` for help in this menu.
|
||||||
require('mason').setup()
|
-- require('mason').setup()
|
||||||
|
|
||||||
-- You can add other tools here that you want Mason to install
|
-- You can add other tools here that you want Mason to install
|
||||||
-- for you, so that they are available from within Neovim.
|
-- for you, so that they are available from within Neovim.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue