From 6ad065e582d778792de3beb8d69beeda93f5832c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 20 Oct 2025 17:13:15 +0200 Subject: feat: setup nvim-lspconfig. --- lua/plugins/lsp.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/lsp.lua (limited to 'lua/plugins/lsp.lua') diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua new file mode 100644 index 0000000..081a78c --- /dev/null +++ b/lua/plugins/lsp.lua @@ -0,0 +1,5 @@ +return { + { + "neovim/nvim-lspconfig", + }, +} -- cgit v1.1