dotfiles/.config/nvim/lua/plugins/powershell.lua
2025-05-18 08:49:05 -05:00

9 lines
169 B
Lua

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