Compare commits
No commits in common. "37bc89fe358e608c85b5e6f18cbcb37eac2f63be" and "1be9e1875e687d586d552bcced73abc09551fa4e" have entirely different histories.
37bc89fe35
...
1be9e1875e
@ -14,8 +14,8 @@ return {
|
|||||||
-- import cmp-nvim-lsp plugin
|
-- import cmp-nvim-lsp plugin
|
||||||
local cmp_nvim_lsp = require("cmp_nvim_lsp")
|
local cmp_nvim_lsp = require("cmp_nvim_lsp")
|
||||||
|
|
||||||
local capabilities = require("lsp-options").capabilities
|
local capabilities = require('lsp-options').capabilities
|
||||||
local on_attach = require("lsp-options").on_attach
|
local on_attach = require('lsp-options').on_attach
|
||||||
|
|
||||||
-- Change the Diagnostic symbols in the sign column (gutter)
|
-- Change the Diagnostic symbols in the sign column (gutter)
|
||||||
local signs = { Error = " ", Warn = " ", Hint = "", Info = " " }
|
local signs = { Error = " ", Warn = " ", Hint = "", Info = " " }
|
||||||
@ -46,19 +46,6 @@ return {
|
|||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- ┌ ┐
|
|
||||||
-- │ Rust │
|
|
||||||
-- └ ┘
|
|
||||||
vim.lsp.config("rust_analyzer", {
|
|
||||||
settings = {
|
|
||||||
["rust-analyzer"] = {
|
|
||||||
diagnostics = {
|
|
||||||
enable = false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
-- ┌ ┐
|
-- ┌ ┐
|
||||||
-- │ HTML, CSS, JSON │
|
-- │ HTML, CSS, JSON │
|
||||||
-- └ ┘
|
-- └ ┘
|
||||||
|
@ -32,9 +32,8 @@ return {
|
|||||||
"marksman",
|
"marksman",
|
||||||
-- "lua_ls",
|
-- "lua_ls",
|
||||||
-- "pyright",
|
-- "pyright",
|
||||||
-- "rust_analyzer"
|
|
||||||
-- "tsserver",
|
-- "tsserver",
|
||||||
"vue_ls"
|
"vue-language-server"
|
||||||
},
|
},
|
||||||
-- auto-install configured servers (with lspconfig)
|
-- auto-install configured servers (with lspconfig)
|
||||||
automatic_installation = false,
|
automatic_installation = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user