Merge branch 'main' of https://git.cmtec.se/cm/code_server
This commit is contained in:
commit
d2dc79522c
@ -1,3 +1,6 @@
|
|||||||
gui:
|
gui:
|
||||||
showIcons: false
|
showIcons: false
|
||||||
|
theme:
|
||||||
|
selectedLineBgColor:
|
||||||
|
- '#585858' # set to `default` to have no background colour
|
||||||
|
|
||||||
|
|||||||
@ -594,7 +594,6 @@ local handlers = {
|
|||||||
require('lspconfig').rust_analyzer.setup {
|
require('lspconfig').rust_analyzer.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
handlers = handlers,
|
handlers = handlers,
|
||||||
-- require("rust-tools").setup()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local opts = {
|
local opts = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user