Refactor LSP and add notify

This commit is contained in:
2023-09-03 00:33:33 +02:00
parent a4f0d30976
commit e6bd54bb0c
11 changed files with 102 additions and 287 deletions
+5
View File
@@ -23,6 +23,11 @@ local plugins = {
lazy = false,
config = function () require("config.vscode") end,
},
{
"rcarriga/nvim-notify",
priority = 900,
config = function () require("config.nvim-notify") end,
},
{
"rafamadriz/friendly-snippets",
},