This commit is contained in:
DeveloperDurp 2025-05-18 08:49:05 -05:00
parent 3246f5e822
commit c409b9995e
5 changed files with 152 additions and 165 deletions

View file

@ -0,0 +1,9 @@
return {
{
"TheLeoP/powershell.nvim",
opts = {
bundle_path = vim.fn.stdpath("data")
.. "/man/packages/powershell-editor-services",
},
},
}