Merge branch 'master' of https://git.cscherr.de/PlexSheep/neovim-confs
This commit is contained in:
commit
3cbed5dd74
|
@ -57,10 +57,10 @@ 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
|
-- go to next diagnostics entry
|
||||||
map('n', '<C-j>', function ()
|
map('n', '<leader>cj', function ()
|
||||||
vim.diagnostic.goto_next()
|
vim.diagnostic.goto_next()
|
||||||
end, { desc = 'go to next diagnostic'})
|
end, { desc = 'go to next diagnostic'})
|
||||||
map('n', '<C-k>', function ()
|
map('n', '<leader>ck', function ()
|
||||||
vim.diagnostic.goto_prev()
|
vim.diagnostic.goto_prev()
|
||||||
end, { desc = 'go to last diagnostic'})
|
end, { desc = 'go to last diagnostic'})
|
||||||
|
|
||||||
|
|
|
@ -97,3 +97,14 @@ Skripte
|
||||||
mathmatics
|
mathmatics
|
||||||
bbc
|
bbc
|
||||||
Kryptographischen/!
|
Kryptographischen/!
|
||||||
|
PyO3
|
||||||
|
#yo3
|
||||||
|
JSON
|
||||||
|
json
|
||||||
|
#yo3
|
||||||
|
Verifikationsmechanismus
|
||||||
|
projektinterne
|
||||||
|
Theoriephase
|
||||||
|
weise/!
|
||||||
|
Weise
|
||||||
|
merksam
|
||||||
|
|
Loading…
Reference in New Issue