Merge branch 'master' into wsl
This commit is contained in:
commit
2634786dcb
|
@ -56,6 +56,14 @@ end
|
||||||
map('n', '<A-k>', '<cmd>lnext<CR>', { desc = 'Next Loclist Item' })
|
map('n', '<A-k>', '<cmd>lnext<CR>', { desc = 'Next Loclist Item' })
|
||||||
map('n', '<A-j>', '<cmd>lprev<CR>', { desc = 'Previous Loclist Item' })
|
map('n', '<A-j>', '<cmd>lprev<CR>', { desc = 'Previous Loclist Item' })
|
||||||
|
|
||||||
|
-- go to next diagnostics entry
|
||||||
|
map('n', '<C-j>', function ()
|
||||||
|
vim.diagnostic.goto_next()
|
||||||
|
end, { desc = 'go to next diagnostic'})
|
||||||
|
map('n', '<C-k>', function ()
|
||||||
|
vim.diagnostic.goto_prev()
|
||||||
|
end, { desc = 'go to last diagnostic'})
|
||||||
|
|
||||||
-- Whitespace jump (see plugin/whitespace.vim)
|
-- Whitespace jump (see plugin/whitespace.vim)
|
||||||
map('n', ']s', function()
|
map('n', ']s', function()
|
||||||
require('plex.lib.edit').whitespace_jump(1)
|
require('plex.lib.edit').whitespace_jump(1)
|
||||||
|
|
|
@ -9,13 +9,14 @@ return {
|
||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {}, -- Loads default behaviour
|
["core.defaults"] = {}, -- Loads default behaviour
|
||||||
["core.concealer"] = {}, -- Adds pretty icons to your documents
|
["core.concealer"] = {}, -- Adds pretty icons to your documents
|
||||||
|
["core.export"] = {},
|
||||||
["core.dirman"] = { -- Manages Neorg workspaces
|
["core.dirman"] = { -- Manages Neorg workspaces
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
-- 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 = "~/winhome/Nextcloud/Neorg",
|
main = "~/Nextcloud/Neorg",
|
||||||
notes = "~/winhome/Nextcloud/Notes",
|
notes = "~/Nextcloud/Notes",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,8 +3,8 @@ local function get_header()
|
||||||
return {
|
return {
|
||||||
-- The following is a customized version!
|
-- The following is a customized version!
|
||||||
[[ ]],
|
[[ ]],
|
||||||
[[ ]],
|
[[ ██ ]],
|
||||||
[[ █ ███████ █████ ██ ]],
|
[[ █ ███████ █████ ██ ]],
|
||||||
[[ ███ █████ █████ ]],
|
[[ ███ █████ █████ ]],
|
||||||
[[ █████ ███ ███████████████████ ███ ███████████ ]],
|
[[ █████ ███ ███████████████████ ███ ███████████ ]],
|
||||||
[[ ██ ██ █ ███ █████████████ █████ ██████████████ ]],
|
[[ ██ ██ █ ███ █████████████ █████ ██████████████ ]],
|
||||||
|
|
|
@ -23,3 +23,42 @@ Hexdumper
|
||||||
hexdumped
|
hexdumped
|
||||||
Atlassian
|
Atlassian
|
||||||
Initialkosten
|
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
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue