Added nvim-notify plugin
This commit is contained in:
6
home/private_dot_config/nvim/lua/plugins/nvim-notify.lua
Normal file
6
home/private_dot_config/nvim/lua/plugins/nvim-notify.lua
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
config = function ()
|
||||||
|
vim.notify = require("notify")
|
||||||
|
end
|
||||||
|
}
|
@ -15,7 +15,7 @@ return {
|
|||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
|
|
||||||
ensure_installed = { "lua", "vim", "rust" },
|
ensure_installed = { "lua", "vim", "rust", "toml", "markdown", "markdown_inline" },
|
||||||
|
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
Reference in New Issue
Block a user