summaryrefslogtreecommitdiff
path: root/mut/neovim
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-09 16:07:35 +0000
committerMike Vink <mike1994vink@gmail.com>2023-10-09 16:07:35 +0000
commitbf59bf60a2361c08488c0540628524265b4dd3ae (patch)
tree247786a8443c1a5b36def37a481593ced66ced58 /mut/neovim
parent8703a0b007e17406a3d84a5de6831ced7a6f19f6 (diff)
fixup
Diffstat (limited to 'mut/neovim')
-rw-r--r--mut/neovim/fnl/conf/pkgs/lspconfig.fnl11
1 files changed, 0 insertions, 11 deletions
diff --git a/mut/neovim/fnl/conf/pkgs/lspconfig.fnl b/mut/neovim/fnl/conf/pkgs/lspconfig.fnl
index accd001..8a0bdce 100644
--- a/mut/neovim/fnl/conf/pkgs/lspconfig.fnl
+++ b/mut/neovim/fnl/conf/pkgs/lspconfig.fnl
@@ -10,17 +10,6 @@
(vim.fn.getcwd))
:on_attach attach})
-(local pid (vim.fn.getpid))
-(lspconfig.omnisharp.setup {:cmd [:OmniSharp
- :--languageserver
- :--hostPID
- (tostring pid)]
- :handlers {[:textDocument/definition] (. (require :omnisharp_extended)
- :handler)}
- :root_dir (lspconfig.util.root_pattern :.git
- (vim.fn.getcwd))
- :on_attach attach})
-
(lspconfig.gopls.setup {:root_dir (lspconfig.util.root_pattern :.git
(vim.fn.getcwd))
:on_attach attach