add dadbod and notify
This commit is contained in:
@@ -159,6 +159,7 @@ cmp.setup({
|
||||
{ name = 'nvim_lsp', group_index = 2 },
|
||||
{ name = 'nvim_lsp_signature_help', group_index = 2 },
|
||||
{ name = 'nvim_lsp_document_symbol', group_index = 2 },
|
||||
{ name = 'vim-dadbod-completion', group_index = 2 },
|
||||
{ name = 'neorg', group_index = 2 }, -- For luasnip users.
|
||||
{ name = 'luasnip', group_index = 2 }, -- For luasnip users.
|
||||
{
|
||||
|
||||
17
plugin-confs/nvim-notify.lua
Normal file
17
plugin-confs/nvim-notify.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
require("notify").setup({
|
||||
background_colour = "NotifyBackground",
|
||||
fps = 144,
|
||||
icons = {
|
||||
DEBUG = "",
|
||||
ERROR = "",
|
||||
INFO = "",
|
||||
TRACE = "✎",
|
||||
WARN = ""
|
||||
},
|
||||
level = 2,
|
||||
minimum_width = 50,
|
||||
render = "default",
|
||||
stages = "fade_in_slide_out",
|
||||
timeout = 5000,
|
||||
top_down = true
|
||||
})
|
||||
@@ -125,7 +125,7 @@ wk.register({
|
||||
b = "File Browser",
|
||||
f = "Find in Current Directory",
|
||||
g = "Live Grep",
|
||||
h = "File History"
|
||||
r = "File Recent"
|
||||
},
|
||||
g = {
|
||||
name = "Git",
|
||||
|
||||
Reference in New Issue
Block a user