[nvim] obsidian, oil, markdown, fzf-lua, lsp visual code actions

This commit is contained in:
Afonso Franco 2024-10-20 01:40:32 +01:00
parent d99ef5b106
commit 85f4d10e6e
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
7 changed files with 124 additions and 25 deletions

View file

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