From 9b3b9ccf314c8b5c29119f7197c5aa7e906ad7be Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 20 Oct 2025 19:04:07 +0200 Subject: feat(plugins): actualy load them. --- lua/plugins/lsp.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lua/plugins/lsp.lua') diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 22ce210..c004a86 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,3 +1,4 @@ -vim.lsp.enable( - "nixd" -) +vim.lsp.enable({ + "nixd", + "lua_ls", +}) -- cgit v1.1