update to upstream
This commit is contained in:
parent
51a3436438
commit
16b3eeb1fa
|
@ -8,6 +8,12 @@ M.ui = {
|
||||||
theme = "oceanic-next",
|
theme = "oceanic-next",
|
||||||
theme_toggle = { "oceanic-next", "ayu_light" },
|
theme_toggle = { "oceanic-next", "ayu_light" },
|
||||||
|
|
||||||
|
cmp = {
|
||||||
|
icons = true,
|
||||||
|
lspkind_text = true,
|
||||||
|
style = "atom", -- default/flat_light/flat_dark/atom/atom_colored
|
||||||
|
},
|
||||||
|
|
||||||
hl_override = highlights.override,
|
hl_override = highlights.override,
|
||||||
hl_add = highlights.add,
|
hl_add = highlights.add,
|
||||||
lsp_semantic_tokens = true,
|
lsp_semantic_tokens = true,
|
||||||
|
@ -16,7 +22,6 @@ M.ui = {
|
||||||
-- default/round/block/arrow separators work only for default statusline theme
|
-- default/round/block/arrow separators work only for default statusline theme
|
||||||
-- round and block will work for minimal theme only
|
-- round and block will work for minimal theme only
|
||||||
separator_style = "default",
|
separator_style = "default",
|
||||||
overriden_modules = nil,
|
|
||||||
},
|
},
|
||||||
-- lazyload it when there are 1+ buffers
|
-- lazyload it when there are 1+ buffers
|
||||||
tabufline = {
|
tabufline = {
|
||||||
|
|
|
@ -55,9 +55,9 @@ M.ltex = {
|
||||||
languageToolOrg = {
|
languageToolOrg = {
|
||||||
apiKey = require "custom.secret.languagetool_token",
|
apiKey = require "custom.secret.languagetool_token",
|
||||||
username = "accounts@cscherr.de",
|
username = "accounts@cscherr.de",
|
||||||
languageToolHttpServerUrl = "https://api.languagetoolplus.com/v2/",
|
languageToolHttpServerUri = "https://api.languagetoolplus.com",
|
||||||
},
|
},
|
||||||
languageToolHttpServerUrl = "https://api.languagetoolplus.com/v2/",
|
languageToolHttpServerUri = "https://api.languagetoolplus.com",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -309,3 +309,10 @@ Notfallmaßnahmen
|
||||||
Eligswalde
|
Eligswalde
|
||||||
Usecases
|
Usecases
|
||||||
OpenAPI
|
OpenAPI
|
||||||
|
#atz/!
|
||||||
|
satz/!
|
||||||
|
Satz
|
||||||
|
#orlde
|
||||||
|
Worlde/!
|
||||||
|
Wordle
|
||||||
|
GameBuilder
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue