add notify
This commit is contained in:
parent
b3ea8e685e
commit
6e42bd3364
|
|
@ -16,6 +16,7 @@ end
|
|||
-- Set other options
|
||||
local colorscheme = require("helpers.colorscheme")
|
||||
vim.cmd.colorscheme(colorscheme)
|
||||
vim.notify = require("notify")
|
||||
|
||||
vim.api.nvim_set_hl(0, "String", { fg = "#9ece6a", underline = false, bold = false })
|
||||
vim.api.nvim_set_hl(0, "Type", { fg = "#00ff00", underline = false, bold = false })
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ return {
|
|||
vim.keymap.set('n', '<leader>t', '<cmd>SymbolsOutline<cr>')
|
||||
end
|
||||
},
|
||||
"rcarriga/nvim-notify",
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue