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
|
||||
-- into a local extension of the plugin.
|
||||
main = "~/Nextcloud/Neorg",
|
||||
notes = "~/Nextcloud/Notes",
|
||||
notes = "~/Nextcloud/Notizen",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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'
|
||||
},
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue