1
0
Fork 0

nvim: use treesitter for QML

This commit is contained in:
tastytea 2022-08-30 01:24:41 +02:00
parent 4af5a99a8d
commit f082b1a28a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 1 additions and 1 deletions

View File

@ -212,6 +212,7 @@ end
if vim.fn.executable('qml-lsp') > 0 then
lspconfig.qml_lsp.setup({
filetypes = { 'qml', 'qmljs' },
on_attach = on_attach,
capabilities = capabilities
})

View File

@ -40,7 +40,6 @@ require('packer').startup({ function(use)
requires = { 'https://github.com/nvim-lua/plenary.nvim' }
}
use { 'https://github.com/powerman/vim-plugin-AnsiEsc' }
use { 'https://github.com/peterhoeg/vim-qml' }
-- completion
use {