Compare commits
2 Commits
5868d34775
...
702687276a
Author | SHA1 | Date | |
---|---|---|---|
702687276a | |||
b11b9fd153 |
@ -1,3 +1,4 @@
|
||||
-- Disable autocomplete on enter.
|
||||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
opts = function(_, opts)
|
||||
|
@ -1,3 +1,4 @@
|
||||
-- Disable some unneeded plugins by default.
|
||||
return {
|
||||
{
|
||||
"nvimdev/dashboard-nvim",
|
||||
|
@ -1,3 +1,4 @@
|
||||
-- Disable inline hints by default.
|
||||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
|
10
config/nvim/plugins/notifications.lua
Normal file
10
config/nvim/plugins/notifications.lua
Normal file
@ -0,0 +1,10 @@
|
||||
-- Only show important notifications.
|
||||
return {
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
opts = {
|
||||
level = 3,
|
||||
render = "minimal",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user