From bf59bf60a2361c08488c0540628524265b4dd3ae Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 9 Oct 2023 16:07:35 +0000 Subject: fixup --- flake.nix | 3 +-- mut/neovim/fnl/conf/pkgs/lspconfig.fnl | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/flake.nix b/flake.nix index 760ac5a..c5611fa 100644 --- a/flake.nix +++ b/flake.nix @@ -9,8 +9,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixos-wsl = { - url = "github:nix-community/NixOS-WSL"; - inputs.nixpkgs.follows = "nixpkgs"; + url = "github:ivi-vink/NixOS-WSL"; }; }; 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 -- cgit v1.2.3