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