This commit is contained in:
Christoph J. Scherr 2025-07-10 22:33:01 +02:00
commit 4db7993212
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB
5 changed files with 679 additions and 669 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ after
**/.DS_Store
lua/custom/secret
lua/custom/configs/secret
spell/en.utf-8.add.spl

View file

@ -91,7 +91,7 @@ return {
server_opts = LTEX_SETTINGS, -- or use lspconfig regularly
}
map('<leader>tS', function()
vim.opt.spell = true -- manually enable spell with `set spell` or `<leader>ts`
vim.cmd 'set spell'
vim.opt.spelllang = 'en,de_de'
vim.opt.spellsuggest = 'double,50,timeout:5000'
vim.cmd 'LspStart ltex'

File diff suppressed because it is too large Load diff

View file

@ -592,3 +592,10 @@ multiparadigmatische
multiparadigmatisches
datastructure
wellbeing
implementierung/!
RFC1662
Implementierung
Redundanzprüfung
RevEng
geflasht
HDLC

Binary file not shown.