Compare commits
2 commits
7c2b42d916
...
f1973e83d8
| Author | SHA1 | Date | |
|---|---|---|---|
| f1973e83d8 | |||
| 25c8f37130 |
4 changed files with 12 additions and 7 deletions
1
ftplugin/qml.lua
Normal file
1
ftplugin/qml.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
vim.treesitter.start()
|
||||
3
lsp/qmlls.lua
Normal file
3
lsp/qmlls.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
cmd = { "qmlls", "-E" },
|
||||
}
|
||||
|
|
@ -32,6 +32,7 @@ vim.lsp.enable({
|
|||
"yamlls",
|
||||
"bashls",
|
||||
"just",
|
||||
"qmlls",
|
||||
})
|
||||
|
||||
-- diagnostic settings
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"plugins": {
|
||||
"conform.nvim": {
|
||||
"rev": "40dcec5555f960b0a04340d76eabdf4efe78599d",
|
||||
"rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395",
|
||||
"src": "https://github.com/stevearc/conform.nvim"
|
||||
},
|
||||
"lazydev.nvim": {
|
||||
"rev": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d",
|
||||
"rev": "ff2cbcba459b637ec3fd165a2be59b7bbaeedf0d",
|
||||
"src": "https://github.com/folke/lazydev.nvim"
|
||||
},
|
||||
"markdown-table-mode.nvim": {
|
||||
|
|
@ -17,19 +17,19 @@
|
|||
"src": "https://github.com/tadmccorkle/markdown.nvim"
|
||||
},
|
||||
"mini.nvim": {
|
||||
"rev": "cad365c212fb1e332cb93fa8f72697125799d00a",
|
||||
"rev": "3923662bf3d6ca49a9503f8d7196ea0450983e6a",
|
||||
"src": "https://github.com/nvim-mini/mini.nvim"
|
||||
},
|
||||
"nvim-lspconfig": {
|
||||
"rev": "ead0f5f342d8d323441e7d4b88f0fc436a81ad5f",
|
||||
"rev": "8e2084bf5e40c79c1f42210a6ef96a0a4793a763",
|
||||
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||
},
|
||||
"nvim-treesitter": {
|
||||
"rev": "544320a9cf5d6bf539ec1cc54d393064015670c4",
|
||||
"rev": "539abf6da5ee8702e37b82cc953131dadd570da2",
|
||||
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||
},
|
||||
"render-markdown.nvim": {
|
||||
"rev": "bd482f9a4827c9422231a7db1439c5cff1e69ae0",
|
||||
"rev": "c7188a8f9d2953696b6303caccbf39c51fa2c1b1",
|
||||
"src": "https://github.com/MeanderingProgrammer/render-markdown.nvim"
|
||||
},
|
||||
"rose-pine": {
|
||||
|
|
@ -41,4 +41,4 @@
|
|||
"src": "https://github.com/phrmendes/todotxt.nvim"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue