mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fix: various small fixes
This commit is contained in:
parent
8b649160fc
commit
98b959b0ff
4 changed files with 6 additions and 13 deletions
|
|
@ -120,11 +120,6 @@ require "lspconfig".rust_analyzer.setup {
|
|||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
-- Golang
|
||||
require "lspconfig".gopls.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
-- Python
|
||||
require "lspconfig".pylsp.setup {
|
||||
on_attach = on_attach,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue