From 1f52e22b17923848a292279324357f039b1b8c95 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 20 Oct 2025 18:51:25 +0200 Subject: feat(neovim): use built-in package manager. --- lua/config/pack.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/config/pack.lua (limited to 'lua/config/pack.lua') diff --git a/lua/config/pack.lua b/lua/config/pack.lua new file mode 100644 index 0000000..a24bd02 --- /dev/null +++ b/lua/config/pack.lua @@ -0,0 +1,5 @@ +vim.pack.add({ + {src = "https://github.com/ellisonleao/gruvbox.nvim"}, + {src = "https://github.com/nvim-treesitter/nvim-treesitter"}, + {src = "https://github.com/neovim/nvim-lspconfig"}, +}) -- cgit v1.1