add dadbod and notify

This commit is contained in:
ksyasuda
2023-08-15 23:31:31 -07:00
parent 250a1d7388
commit 94c33a04dd
8 changed files with 121 additions and 32 deletions

View File

@@ -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.
{

View 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
})

View File

@@ -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",