mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
update
This commit is contained in:
parent
da02b7279c
commit
ba79f479ef
8 changed files with 202 additions and 2 deletions
13
lua/plugin_custom/denols.lua
Normal file
13
lua/plugin_custom/denols.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"sigmasd/deno-nvim",
|
||||
event = "BufRead",
|
||||
dependencies = { "mason-lspconfig.nvim" },
|
||||
config = function()
|
||||
require("deno-nvim").setup({
|
||||
server = {
|
||||
on_attach = require("user.lsp.handlers").on_attach,
|
||||
capabilities = require("user.lsp.handlers").capabilities,
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue