chore(nvim): obsidian, oil, markdown, fzf-lua, lsp visual code actions
This commit is contained in:
parent
64ccf8befe
commit
03622a3c5c
6 changed files with 117 additions and 22 deletions
|
@ -108,6 +108,16 @@ return {
|
|||
}, {
|
||||
{ name = "buffer", keyword_length = 5 },
|
||||
}),
|
||||
window = {
|
||||
completion = {
|
||||
border = "rounded",
|
||||
winhighlight = "Normal:Normal,FloatBorder:Normal,CursorLine:Visual,Search:None",
|
||||
},
|
||||
documentation = {
|
||||
border = "rounded",
|
||||
winhighlight = "Normal:Normal,FloatBorder:Normal,CursorLine:Visual,Search:None",
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
local cmp_autopairs = require("nvim-autopairs.completion.cmp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue