Merge branch 'master' into wsl

This commit is contained in:
Christoph J. Scherr 2023-09-14 09:19:03 +02:00 committed by PlexSheep
commit 0258b54f81
2 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ return {
-- FIXME: This shouldn't be in the Versioncontrol. Make this
-- into a local extension of the plugin.
main = "~/Nextcloud/Neorg",
notes = "~/Nextcloud/Notes",
notes = "~/Nextcloud/Notizen",
},
},
},

View File

@ -6,7 +6,10 @@ return {
-----------------------------------------------------------------------------
{ 'nvim-tree/nvim-web-devicons', lazy = false },
{ 'MunifTanjim/nui.nvim', lazy = false },
{ 'rafi/tabstrip.nvim', lazy = false, priority = 98, opts = true },
{
'akinsho/bufferline.nvim', lazy = false, version = "*",
dependencies = 'nvim-tree/nvim-web-devicons'
},
-----------------------------------------------------------------------------
{