Compare commits

..
2 Commits
Author SHA1 Message Date
ShatteredMINT 2296858b1b add use lsps in system path 2026-05-12 10:24:00 +02:00
ShatteredMINT ef2fef2e1c configure root script from home-manager 2026-05-12 10:21:24 +02:00
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -1 +1,2 @@
lazy-lock.json
init.lua
-2
View File
@@ -1,2 +0,0 @@
require("plugins")
require("config")
+2 -2
View File
@@ -8,8 +8,8 @@ require('mason').setup({
}
})
local servers = { 'lua_ls', 'rust_analyzer', 'nil_ls' }
local l_servers = { 'clangd', 'zls'}
local servers = { 'nil_ls' }
local l_servers = { 'lua_ls', 'clangd', 'zls', 'rust_analyzer' }
require('mason-lspconfig').setup({
-- A list of servers to automatically install if they're not already installed