Routine update
This commit is contained in:
parent
51853736a0
commit
8c62df69b1
@ -6,6 +6,7 @@ vim.lsp.enable('jdtls')
|
||||
vim.lsp.enable('cmake')
|
||||
vim.lsp.enable('fish_lsp')
|
||||
vim.lsp.enable('rust_analyzer')
|
||||
vim.lsp.enable('zls')
|
||||
|
||||
-- Virtual text
|
||||
vim.diagnostic.config({
|
||||
|
||||
@ -6,7 +6,7 @@ return {
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
ensure_installed = { "lua_ls", "clangd","pyright", "jdtls", "cmake", "fish_lsp", "rust_analyzer"}
|
||||
ensure_installed = { "lua_ls", "clangd","pyright", "jdtls", "cmake", "fish_lsp", "rust_analyzer", "zls"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -0,0 +1 @@
|
||||
scrypted https://www.scrypted.app/
|
||||
Loading…
x
Reference in New Issue
Block a user