diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index 90cb8a8..0b8bdd7 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -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", }, }, }, diff --git a/lua/plex/plugins/ui.lua b/lua/plex/plugins/ui.lua index 48ce9f7..63917cb 100644 --- a/lua/plex/plugins/ui.lua +++ b/lua/plex/plugins/ui.lua @@ -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' + }, ----------------------------------------------------------------------------- {