From 1fa7dd0709e3372dfa9d547a23ea441fdaf32630 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 6 Mar 2025 20:54:40 +0300 Subject: feat: finally working LSP --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 79094c6..9d55717 100644 --- a/flake.nix +++ b/flake.nix @@ -101,8 +101,9 @@ # at RUN TIME for plugins. Will be available to PATH within neovim terminal # this includes LSPs lspsAndRuntimeDeps = { - general = with pkgs; [ - ]; + general = with pkgs; { + lua = [ lua-language-server ]; + }; }; # This is for plugins that will load at startup without using packadd: @@ -136,7 +137,6 @@ completion = [ blink-cmp ]; # NOTE: On NeoVim 0.11+ nvim-lspconfig is not required due to native API - # lsp = [ nvim-lspconfig mason-nvim mason-lspconfig-nvim ]; lsp = []; mini = [ mini-ai mini-align mini-move mini-pairs mini-surround ]; -- cgit v1.2.3-70-g09d2