vim settings

This commit is contained in:
Zacharias-Brohn
2025-01-11 12:31:35 +01:00
parent 24bbfbda9f
commit 654bd0038d
6 changed files with 160 additions and 13 deletions
+12
View File
@@ -30,6 +30,18 @@ return {
-- These are some examples, uncomment them if you want to see them work!
{
"neovim/nvim-lspconfig",
dependencies = {
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
"hrsh7th/nvim-cmp",
"L3MON4D3/LuaSnip",
"saadparwaiz1/cmp_luasnip",
"j-hui/fidget.nvim",
},
config = function()
require "configs.lspconfig"
end,