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