9 lines
169 B
Lua
9 lines
169 B
Lua
return {
|
|
{
|
|
"TheLeoP/powershell.nvim",
|
|
opts = {
|
|
bundle_path = vim.fn.stdpath("data")
|
|
.. "/man/packages/powershell-editor-services",
|
|
},
|
|
},
|
|
}
|