From b57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 21 Oct 2025 21:03:41 +0200 Subject: feat: move plugin install definitions to their dirs. --- lua/plugins/lsp.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/plugins/lsp.lua') diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 7145821..ceef42a 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,3 +1,7 @@ +vim.pack.add({ + { src = "https://github.com/folke/lazydev.nvim" } +}) + -- Enable some settings globally vim.lsp.config("*", { -- allow for multiline token support -- cgit v1.1