update nvim config

This commit is contained in:
2025-07-29 14:51:08 -05:00
parent 927b5fe716
commit 5fed15f830

View File

@@ -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