Update .config/nvim/lua/plugins/lsp.lua
This commit is contained in:
parent
2955066489
commit
d96ca2a454
1 changed files with 59 additions and 53 deletions
|
@ -58,5 +58,11 @@ return {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'numToStr/Comment.nvim',
|
||||||
|
opts = {
|
||||||
|
-- add any options here
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue