Evie Litherland-Smith
7d3109f60e
Make nvim-cmp standalone, lazy lone on InsertEnter and be used by neorg to enable treesitter integration (no LSP available) Move LSP config into lspconfig.lua Optimise some startup conditions
10 lines
164 B
Lua
10 lines
164 B
Lua
return {
|
|
"rcarriga/nvim-notify",
|
|
lazy = true,
|
|
config = true,
|
|
opts = {
|
|
fps = 60,
|
|
render = "default", -- "minimal", "simple"
|
|
},
|
|
}
|