From 38639705f1291c892be2146a22d95b8a7d462089 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Mar 2026 16:36:23 +0100 Subject: add lsp-nvim config to nevim configuration --- modules/home/i3wm/nord-blue/nvim.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'modules') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 394da1e..78edbb7 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -41,6 +41,7 @@ p.latex p.c ])) + nvim-lspconfig # File Navigation telescope-nvim @@ -122,6 +123,18 @@ }, }) + ------------------------------------------------- + -- LSP + ------------------------------------------------- + local lspconfig = require("lspconfig") + + lspconfig.lua_ls.setup({}) + lspconfig.nil_ls.setup({}) + lspconfig.rust_analyzer.setup({}) + lspconfig.pyright.setup({}) + lspconfig.bashls.setup({}) + lspconfig.texlab.setup({}) + ------------------------------------------------- -- TELESCOPE ------------------------------------------------- -- cgit v1.2.3