small fix for obsidian nvim
This commit is contained in:
parent
f8ba8fb8ee
commit
33c593fd25
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
softtabstop = 0;
|
softtabstop = 0;
|
||||||
expandtab = true;
|
expandtab = true;
|
||||||
smarttab = true;
|
smarttab = true;
|
||||||
|
conceallevel = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
clipboard.register = "unnamedplus";
|
clipboard.register = "unnamedplus";
|
||||||
|
@ -54,4 +55,5 @@
|
||||||
tree-sitter.enable = true;
|
tree-sitter.enable = true;
|
||||||
ripgrep.enable = true;
|
ripgrep.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue