mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
Merge branch 'main' into refactor-nvim-config
This commit is contained in:
commit
7291b582ea
3 changed files with 49 additions and 0 deletions
|
@ -669,6 +669,15 @@ lspconfig.julials.setup {
|
|||
run(server)
|
||||
]] }
|
||||
}
|
||||
-- JETLS
|
||||
require 'lspconfig.server_configurations.jetls'
|
||||
lspconfig.jetls.setup {
|
||||
on_attach = function(client, bufnr)
|
||||
on_attach(client, bufnr)
|
||||
vim.lsp.inlay_hint.enable(true, { bufnr = bufnr })
|
||||
end,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
-- SATySFi
|
||||
require 'lspconfig.server_configurations.satysfi_ls'
|
||||
lspconfig.satysfi_ls.setup {
|
||||
|
@ -689,6 +698,7 @@ lspconfig.powershell_es.setup {
|
|||
capabilities = capabilities,
|
||||
}
|
||||
|
||||
|
||||
lspconfig.tinymist.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue