Compare commits

..

3 commits

Author SHA1 Message Date
3beb5c6a13 spell 2025-01-13 15:30:15 +01:00
c1dc37a590 no format md on save 2025-01-13 15:30:05 +01:00
cf62230db0 big diagnostic 2025-01-13 15:29:56 +01:00
4 changed files with 29 additions and 1 deletions

View file

@ -67,6 +67,8 @@ vim.api.nvim_create_autocmd('LspAttach', {
-- For example, in C this would take you to the header.
map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
map('gl', vim.diagnostic.open_float, 'Make the diagnostic big')
-- The following two autocommands are used to highlight references of the
-- word under your cursor when your cursor rests there for a little while.
-- See `:help CursorHold` for information about when this is executed

View file

@ -25,7 +25,7 @@ return {
-- Disable "format_on_save lsp_fallback" for languages that don't
-- have a well standardized coding style. You can add additional
-- languages here or re-enable it for the disabled ones.
local disable_filetypes = { c = false, cpp = false, json = true, bib = true }
local disable_filetypes = { c = false, cpp = false, json = true, bib = true, md = true }
return {
timeout_ms = 500,
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],

View file

@ -459,3 +459,29 @@ DNStego
Fauth
Lotz
deobfuskiert
Grischtoff
shinobi
Grischtoffshofen's
Verwahrungskette
Räty
Aservat/!
verfahrensrelevante
verfahrensrelevanten
Soria
#erfahrensrelewand
verfahrensrelewand/!
#erfahrensrelewant
verfahrensrelevant
verfahrensrelewant/!
gecached
Hypervisor
Asservats
sergej
NTLM
gecrackt
FileZilla
EdgeHistory
FirefoxWebVisit
Artefakttyp
HomeUsers
hm

Binary file not shown.