diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-10-20 12:59:33 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-10-20 12:59:33 -0400 |
| commit | 09e527b18e892efc295a55c87474c4683c0ac83b (patch) | |
| tree | 8e9e96f3ae6a0910c917db0b4153879c2ee9c7b9 | |
| parent | refactor hyprland (diff) | |
| download | dotfiles-guix-09e527b18e892efc295a55c87474c4683c0ac83b.tar.gz dotfiles-guix-09e527b18e892efc295a55c87474c4683c0ac83b.tar.bz2 dotfiles-guix-09e527b18e892efc295a55c87474c4683c0ac83b.zip | |
remove csharp_ls
| -rw-r--r-- | home/config/nvim/lua/lsp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/config/nvim/lua/lsp.lua b/home/config/nvim/lua/lsp.lua index b9579dd..018d249 100644 --- a/home/config/nvim/lua/lsp.lua +++ b/home/config/nvim/lua/lsp.lua @@ -14,7 +14,6 @@ require('mason-lspconfig').setup({ 'jdtls', 'bashls', 'lua_ls', - 'csharp_ls', }, handlers = { lsp.default_setup, |