Refactor LSP and add notify
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user