Compare commits
No commits in common. "3beb5c6a13fa191bb06ebdacfeb442479796f437" and "0f7af22a134fccf0fe31d6cf087e727cb93009d8" have entirely different histories.
3beb5c6a13
...
0f7af22a13
4 changed files with 1 additions and 29 deletions
|
@ -67,8 +67,6 @@ 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, md = true }
|
local disable_filetypes = { c = false, cpp = false, json = true, bib = 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,29 +459,3 @@ 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