From 7425eda3e544fcb1ce81a09c5ff49d839e58ac94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Tue, 6 Aug 2024 14:11:59 +0200 Subject: nvim: rework lsp module There's still some improvements to be made, but this is cleaner. We lose global caps defaults, but those made no sense to begin with. We do also lose caps overrides, I'll add them back in if I need them. In the process, we gain `every?` and `executable?`. There's also a misc comp print vim.inspect to vim.print change. --- dot_config/nvim/lua/plugins/lsp/capabilities.lua | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 dot_config/nvim/lua/plugins/lsp/capabilities.lua (limited to 'dot_config/nvim/lua/plugins/lsp/capabilities.lua') diff --git a/dot_config/nvim/lua/plugins/lsp/capabilities.lua b/dot_config/nvim/lua/plugins/lsp/capabilities.lua deleted file mode 100644 index 27ef5b2..0000000 --- a/dot_config/nvim/lua/plugins/lsp/capabilities.lua +++ /dev/null @@ -1,2 +0,0 @@ --- [nfnl] Compiled from fnl/plugins/lsp/capabilities.fnl by https://github.com/Olical/nfnl, do not edit. -return nil -- cgit v1.2.3