diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index d261353..4f2ef78 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -2,7 +2,6 @@ local g = vim.g local o = vim.o local keymap = vim.keymap.set local cmd = vim.cmd -local fn = vim.fn local api = vim.api -- Leader Key @@ -92,6 +91,12 @@ vim.pack.add({ "https://github.com/nvim-tree/nvim-web-devicons", -- Dependancy of Nvim Tree "https://github.com/nvim-tree/nvim-tree.lua", "https://github.com/nvim-treesitter/nvim-treesitter", + "https://github.com/neovim/nvim-lspconfig", + "https://github.com/hrsh7th/nvim-cmp", + "https://github.com/hrsh7th/cmp-nvim-lsp", + "https://github.com/hrsh7th/cmp-buffer", + "https://github.com/williamboman/mason.nvim", + "https://github.com/williamboman/mason-lspconfig.nvim", }) -- Plugin Configs