From 5fae14f4fca33719bbc591a3c414421257907dce Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 27 Jul 2024 11:12:41 +0100 Subject: [PATCH] Add nvim language servers for cls and r --- home/common/core/nixvim/plugins/lsp.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/common/core/nixvim/plugins/lsp.nix b/home/common/core/nixvim/plugins/lsp.nix index dcc4d2d..02271ae 100644 --- a/home/common/core/nixvim/plugins/lsp.nix +++ b/home/common/core/nixvim/plugins/lsp.nix @@ -10,6 +10,9 @@ html = { enable = true; }; yamlls = { enable = true; }; marksman = { enable = true; }; + ccls = { enable = true; }; + cssls = { enable = true; }; + r-language-server = { enable = true; }; #sqls = {enable = true;}; }; keymaps = {