1
0
Fork 0
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:
Henrik Hautakoski 2024-11-22 10:13:43 +01:00
parent dfac036414
commit dcdca2d3b5

View file

@ -15,6 +15,9 @@ return {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
}, },
opts = { opts = {
ui = {
enable = false
},
workspaces = { workspaces = {
{ {
name = "main", name = "main",