split up the plugins into multiple files

This commit is contained in:
2024-04-08 17:56:18 +02:00
parent 84963d5026
commit 6151a7640a
16 changed files with 119 additions and 87 deletions

6
lua/409/plugins/lsp.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"onsails/lspkind.nvim",
{ "williamboman/mason.nvim" },
"williamboman/mason-lspconfig.nvim",
"neovim/nvim-lspconfig",
}