This commit is contained in:
2026-03-06 05:27:03 +01:00
parent a67042070a
commit b0e71513e7
2 changed files with 4 additions and 3 deletions

View File

@@ -262,7 +262,7 @@ local servers = {
'erlangls',
'eslint',
'elixirls',
'gdscript',
-- 'gdscript',
-- 'ruby_lsp',
'solargraph',
'stylelint_lsp',
@@ -305,7 +305,7 @@ vim.lsp.config('roslyn', {
})
vim.lsp.config('gdscript', {
-- cmd = { "godot", "--editor", "--headless", "--lsp-port", "6005"},
cmd = { "godot", "--editor", "--headless" },
on_attach = on_attach,
capabilities = capabilities
})

View File

@@ -5,8 +5,9 @@
input type:touchpad {
dwt enabled
dwtp enabled
tap enabled
natural_scroll false
middle_emulation enabled
pointer_accel 0.5
pointer_accel 0.3
}