diff --git a/lua/plex/config/keymaps.lua b/lua/plex/config/keymaps.lua index 1998a3f..674cba0 100644 --- a/lua/plex/config/keymaps.lua +++ b/lua/plex/config/keymaps.lua @@ -56,6 +56,14 @@ end map('n', '', 'lnext', { desc = 'Next Loclist Item' }) map('n', '', 'lprev', { desc = 'Previous Loclist Item' }) +-- go to next diagnostics entry +map('n', '', function () + vim.diagnostic.goto_next() +end, { desc = 'go to next diagnostic'}) +map('n', '', function () + vim.diagnostic.goto_prev() +end, { desc = 'go to last diagnostic'}) + -- Whitespace jump (see plugin/whitespace.vim) map('n', ']s', function() require('plex.lib.edit').whitespace_jump(1) diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index 95fe521..68905c3 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -9,13 +9,14 @@ return { load = { ["core.defaults"] = {}, -- Loads default behaviour ["core.concealer"] = {}, -- Adds pretty icons to your documents + ["core.export"] = {}, ["core.dirman"] = { -- Manages Neorg workspaces config = { workspaces = { -- FIXME: This shouldn't be in the Versioncontrol. Make this -- into a local extension of the plugin. - main = "~/winhome/Nextcloud/Neorg", - notes = "~/winhome/Nextcloud/Notes", + main = "~/Nextcloud/Neorg", + notes = "~/Nextcloud/Notes", }, }, }, diff --git a/lua/plex/plugins/extras/ui/dashboard.lua b/lua/plex/plugins/extras/ui/dashboard.lua index 4e61881..49601fa 100644 --- a/lua/plex/plugins/extras/ui/dashboard.lua +++ b/lua/plex/plugins/extras/ui/dashboard.lua @@ -3,8 +3,8 @@ local function get_header() return { -- The following is a customized version! [[ ]], - [[  ]], - [[ █ ███████ █████ ██ ]], + [[ ██ ]], + [[ █ ███████ █████ ██ ]], [[ ███ █████ █████  ]], [[ █████ ███ ███████████████████ ███ ███████████ ]], [[ ██ ██ █ ███ █████████████ █████ ██████████████ ]], diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 7b827eb..203eea6 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -23,3 +23,42 @@ Hexdumper hexdumped Atlassian Initialkosten +Hexeditor +hexeditor +Hexdumping +stdin +md +regex101 +#nglish +Manspider +Manspiders +subrace +subraces +swiftstride +beasthide +Eldeen +Khorvaire +drider +spiderful +spiderfew +Spiderfolk +Shrelluka +find/! +find +Magnam +arachna +matrem +namegen +Zessas +Webbington +Razu +Rhellu +cantrip +d12 +d4 +th +unnoteworthy +Qroczhreer +Blokhof +Hauck +spiderous diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 1f9eb62..12d1f6d 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ