mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): remove deprecated properties
This commit is contained in:
@@ -34,9 +34,6 @@ return {
|
|||||||
completion = {
|
completion = {
|
||||||
nvim_cmp = true,
|
nvim_cmp = true,
|
||||||
min_chars = 2,
|
min_chars = 2,
|
||||||
new_notes_location = "current_dir",
|
|
||||||
prepend_note_id = true,
|
|
||||||
preprend_note_path = false,
|
|
||||||
use_path_only = false,
|
use_path_only = false,
|
||||||
},
|
},
|
||||||
mappings = {
|
mappings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user