add haskell-mod

This commit is contained in:
2025-11-25 12:48:41 +09:00
parent 893583838f
commit 341bf54dbf
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
return {
"mincomk/haskell-mod.nvim",
config = true
}

11
lua/plugins/lazydev.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
"folke/lazydev.nvim",
ft = "lua", -- only load on lua files
opts = {
library = {
-- See the configuration section for more details
-- Load luvit types when the `vim.uv` word is found
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
},
},
}