wsl #1

Merged
cscherrNT merged 11 commits from wsl into master 2023-09-07 17:05:13 +02:00
4 changed files with 16 additions and 0 deletions
Showing only changes of commit 993db70165 - Show all commits

View File

@ -26,6 +26,7 @@ opt.shada = { "'1000", "<50", "s10", "h" }
opt.conceallevel = 3 opt.conceallevel = 3
opt.signcolumn = 'yes' opt.signcolumn = 'yes'
opt.spelloptions:append('camel') opt.spelloptions:append('camel')
opt.spelllang = 'en,de'
-- What to save for views and sessions -- What to save for views and sessions
opt.viewoptions:remove('folds') opt.viewoptions:remove('folds')

View File

@ -194,6 +194,10 @@ return {
config = function () config = function ()
local leap = require('leap') local leap = require('leap')
leap.opts.case_sensitive = false leap.opts.case_sensitive = false
leap.opts.safe_labels = { 's', 'f', 'n', 'u', 't', 'e' }
leap.opts.labels = { 's', 'f', 'n', 'j', 'k', 'r', 'e', 'r', 'm',
'ö', 'b', 'v', 'o', 'i', 'u', 'z', 'w', '2', '3', '4', '5', '6',
'7', '8', '9' }
end, end,
}, },

View File

@ -2,3 +2,14 @@
Linter Linter
Neorg Neorg
DevOps DevOps
NewTec
Mergetools
Quellrepository
gemerged
mergen
a
ccl
NTSG
a
Jira
ReqEng

Binary file not shown.