mirror of https://github.com/wlcx/home.git
vim: Add dhall stuff
This commit is contained in:
parent
3e3f3e2c9b
commit
c340006c9f
|
@ -26,6 +26,7 @@ in {
|
||||||
vim-protobuf
|
vim-protobuf
|
||||||
vim-javascript
|
vim-javascript
|
||||||
vim-vue-plugin
|
vim-vue-plugin
|
||||||
|
dhall-vim
|
||||||
kotlin-vim
|
kotlin-vim
|
||||||
Jenkinsfile-vim-syntax
|
Jenkinsfile-vim-syntax
|
||||||
]
|
]
|
||||||
|
|
|
@ -30,6 +30,9 @@ require'lspconfig'.rnix.setup{
|
||||||
require'lspconfig'.rls.setup{
|
require'lspconfig'.rls.setup{
|
||||||
on_attach = on_attach
|
on_attach = on_attach
|
||||||
}
|
}
|
||||||
|
require'lspconfig'.dhall_lsp_server.setup{
|
||||||
|
on_attach = on_attach
|
||||||
|
}
|
||||||
require'lspconfig'.eslint.setup{
|
require'lspconfig'.eslint.setup{
|
||||||
on_attach = on_attach
|
on_attach = on_attach
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue