Compare commits
3 commits
0f7af22a13
...
3beb5c6a13
Author | SHA1 | Date | |
---|---|---|---|
3beb5c6a13 | |||
c1dc37a590 | |||
cf62230db0 |
4 changed files with 29 additions and 1 deletions
|
@ -67,6 +67,8 @@ vim.api.nvim_create_autocmd('LspAttach', {
|
||||||
-- For example, in C this would take you to the header.
|
-- For example, in C this would take you to the header.
|
||||||
map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
|
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
|
-- The following two autocommands are used to highlight references of the
|
||||||
-- word under your cursor when your cursor rests there for a little while.
|
-- word under your cursor when your cursor rests there for a little while.
|
||||||
-- See `:help CursorHold` for information about when this is executed
|
-- See `:help CursorHold` for information about when this is executed
|
||||||
|
|
|
@ -25,7 +25,7 @@ return {
|
||||||
-- Disable "format_on_save lsp_fallback" for languages that don't
|
-- Disable "format_on_save lsp_fallback" for languages that don't
|
||||||
-- have a well standardized coding style. You can add additional
|
-- have a well standardized coding style. You can add additional
|
||||||
-- languages here or re-enable it for the disabled ones.
|
-- 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 {
|
return {
|
||||||
timeout_ms = 500,
|
timeout_ms = 500,
|
||||||
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],
|
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],
|
||||||
|
|
|
@ -459,3 +459,29 @@ DNStego
|
||||||
Fauth
|
Fauth
|
||||||
Lotz
|
Lotz
|
||||||
deobfuskiert
|
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.
Loading…
Add table
Reference in a new issue