Routine update

This commit is contained in:
Jellyfish 2025-10-01 19:44:51 -07:00
parent 51853736a0
commit 8c62df69b1
3 changed files with 3 additions and 1 deletions

View File

@ -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({

View File

@ -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"}
}
},
{

View File

@ -0,0 +1 @@
scrypted https://www.scrypted.app/