diff --git a/lua/plex/config/options.lua b/lua/plex/config/options.lua index 50bf792..b1364d8 100644 --- a/lua/plex/config/options.lua +++ b/lua/plex/config/options.lua @@ -26,6 +26,7 @@ opt.shada = { "'1000", "<50", "s10", "h" } opt.conceallevel = 3 opt.signcolumn = 'yes' opt.spelloptions:append('camel') +opt.spelllang = 'en,de' -- What to save for views and sessions opt.viewoptions:remove('folds') diff --git a/lua/plex/plugins/editor.lua b/lua/plex/plugins/editor.lua index 39c9ffa..ba44bf9 100644 --- a/lua/plex/plugins/editor.lua +++ b/lua/plex/plugins/editor.lua @@ -194,6 +194,10 @@ return { config = function () local leap = require('leap') 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, }, diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index e48bc6a..1f9941c 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -2,3 +2,14 @@ Linter Neorg DevOps +NewTec +Mergetools +Quellrepository +gemerged +mergen +a +ccl +NTSG +a +Jira +ReqEng diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 82e0ff8..e147acb 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ