Merge branch 'master' into wsl
This commit is contained in:
commit
0258b54f81
|
@ -17,7 +17,7 @@ return {
|
||||||
-- FIXME: This shouldn't be in the Versioncontrol. Make this
|
-- FIXME: This shouldn't be in the Versioncontrol. Make this
|
||||||
-- into a local extension of the plugin.
|
-- into a local extension of the plugin.
|
||||||
main = "~/Nextcloud/Neorg",
|
main = "~/Nextcloud/Neorg",
|
||||||
notes = "~/Nextcloud/Notes",
|
notes = "~/Nextcloud/Notizen",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,7 +6,10 @@ return {
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
{ 'nvim-tree/nvim-web-devicons', lazy = false },
|
{ 'nvim-tree/nvim-web-devicons', lazy = false },
|
||||||
{ 'MunifTanjim/nui.nvim', 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'
|
||||||
|
},
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue