Compare commits
5 Commits
e7296d71a4
...
40200b5e89
| Author | SHA1 | Date | |
|---|---|---|---|
| 40200b5e89 | |||
| 803bf6e106 | |||
| 01690eb95f | |||
| cacaba7987 | |||
| cbc6672152 |
@@ -33,9 +33,11 @@ return {
|
||||
{ import = "astrocommunity.syntax.vim-sandwich" }, -- Surround
|
||||
{ import = "astrocommunity.motion.nvim-spider" }, -- Move in subwords
|
||||
-- Lsp
|
||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" }, -- Support for lsp signatureHelp
|
||||
{ import = "astrocommunity.diagnostics.trouble-nvim" }, -- Diagnostics navigation
|
||||
{ import = "astrocommunity.lsp.dev-tools-nvim" }, -- Nicer menus
|
||||
{ import = "astrocommunity.lsp.garbage-day-nvim" }, -- Kill unused LSP servers
|
||||
{ import = "astrocommunity.lsp.inc-rename-nvim" }, -- Visual renaming of lsp symbols
|
||||
{ import = "astrocommunity.lsp.lsplinks-nvim" }, -- Support for document links (needed?)
|
||||
{ import = "astrocommunity.lsp.lspsaga-nvim" }, -- Nicer menus for LSP
|
||||
-- CVS
|
||||
{ import = "astrocommunity.git.diffview-nvim" }, -- Diff
|
||||
{ import = "astrocommunity.git.neogit" }, -- Git
|
||||
|
||||
@@ -21,5 +21,11 @@ return {
|
||||
},
|
||||
},
|
||||
servers = { "qmlls" },
|
||||
features = {
|
||||
signature_help = true,
|
||||
inlay_hints = true,
|
||||
codelens = true,
|
||||
semantic_tokens = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user