work with roc again
This commit is contained in:
parent
170d21dfd8
commit
701402dfba
2 changed files with 5 additions and 14 deletions
|
@ -40,8 +40,8 @@ require("lazy").setup({
|
|||
import_if_exe("nu", "plugins.language.nu" ),
|
||||
import_if_exe("rust", "plugins.language.rust" ),
|
||||
import_if_exe("typst", "plugins.language.typst" ),
|
||||
import_if_exe("roc", "plugins.language.roc" ),
|
||||
-- import_if_exe("zig", "plugins.language.zig" ),
|
||||
-- import_if_exe("roc", "plugins.language.roc" ),
|
||||
--
|
||||
},
|
||||
rocks = {
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
return {
|
||||
{ "nvim-treesitter/nvim-treesitter", opts = { ensure_installed = { "roc" } } },
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
roc_ls = {
|
||||
mason = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
return require("util").setup_lang({
|
||||
treesitter = { "roc" },
|
||||
lsp = { "roc_ls" },
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue