fix border, obsidian completion and deprecated plugin leftovers
This commit is contained in:
parent
091a472949
commit
42d0945517
4 changed files with 159 additions and 165 deletions
|
@ -22,12 +22,13 @@ return {
|
|||
path = "~/notes",
|
||||
},
|
||||
},
|
||||
-- completion = {
|
||||
-- -- Set to false to disable completion.
|
||||
-- nvim_cmp = true,
|
||||
-- -- Trigger completion at 2 chars.
|
||||
-- min_chars = 1,
|
||||
-- },
|
||||
completion = {
|
||||
-- Set to false to disable completion.
|
||||
nvim_cmp = false,
|
||||
blink = true,
|
||||
-- Trigger completion at 2 chars.
|
||||
min_chars = 1,
|
||||
},
|
||||
|
||||
mappings = {
|
||||
-- Overrides the 'gf' mapping to work on markdown/wiki links within your vault.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue