WIP: home: vim: LSP notify
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
5c9394f5e5
commit
f08f24cdba
2 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
local notify = require("notify")
|
||||
local lsp_notify = require("lsp-notify")
|
||||
|
||||
notify.setup({
|
||||
icons = {
|
||||
|
|
@ -12,3 +13,5 @@ notify.setup({
|
|||
})
|
||||
|
||||
vim.notify = notify
|
||||
|
||||
lsp_notify.setup({})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue