diff --git a/lua/plex/config/keymaps.lua b/lua/plex/config/keymaps.lua index c218c88..2330d6b 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 fc90a54..68905c3 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -9,6 +9,7 @@ return { load = { ["core.defaults"] = {}, -- Loads default behaviour ["core.concealer"] = {}, -- Adds pretty icons to your documents + ["core.export"] = {}, ["core.dirman"] = { -- Manages Neorg workspaces config = { workspaces = { diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index e01e765..203eea6 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -30,3 +30,35 @@ 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