mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 15:03:40 +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",
|
"nvim-lua/plenary.nvim",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
ui = {
|
||||||
|
enable = false
|
||||||
|
},
|
||||||
workspaces = {
|
workspaces = {
|
||||||
{
|
{
|
||||||
name = "main",
|
name = "main",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue