From 7f42d7c2568bc4acbe3c9ba222a0d874f49317f2 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 7 Sep 2023 00:28:36 +0800 Subject: Update nvim config. Add package manager. --- configs/nvim/lua/plugins.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/nvim/lua/plugins.lua (limited to 'configs/nvim/lua/plugins.lua') diff --git a/configs/nvim/lua/plugins.lua b/configs/nvim/lua/plugins.lua new file mode 100644 index 0000000..cc2b31c --- /dev/null +++ b/configs/nvim/lua/plugins.lua @@ -0,0 +1,15 @@ +return { + "neovim/nvim-lspconfig", + "hrsh7th/nvim-cmp", + "hrsh7th/cmp-nvim-lsp", + "hrsh7th/cmp-buffer", + "hrsh7th/cmp-path", + "hrsh7th/cmp-cmdline", + "L3MON4D3/LuaSnip", + "saadparwaiz1/cmp_luasnip", + { + "windwp/nvim-autopairs", + event = "InsertEnter", + opts = {} + } +} -- cgit v1.2.3