mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/misc/obsidian.lua: disable ui
This commit is contained in:
parent
dfac036414
commit
dcdca2d3b5
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ return {
|
|||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {
|
||||
ui = {
|
||||
enable = false
|
||||
},
|
||||
workspaces = {
|
||||
{
|
||||
name = "main",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue