mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fixes
This commit is contained in:
parent
c5292ac9de
commit
f42ac2a6a3
17 changed files with 191 additions and 50 deletions
|
|
@ -21,12 +21,15 @@ return {
|
|||
workspaces = {
|
||||
{
|
||||
name = "personal",
|
||||
path = "~/Obsidian",
|
||||
path = "~/winhome/Obsidian",
|
||||
},
|
||||
},
|
||||
completion = {
|
||||
nvim_cmp = true,
|
||||
min_chars = 2
|
||||
},
|
||||
ui = {
|
||||
enable = false
|
||||
}
|
||||
-- see below for full list of options 👇
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue