update
This commit is contained in:
parent
3246f5e822
commit
c409b9995e
5 changed files with 152 additions and 165 deletions
9
.config/nvim/lua/plugins/powershell.lua
Normal file
9
.config/nvim/lua/plugins/powershell.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{
|
||||
"TheLeoP/powershell.nvim",
|
||||
opts = {
|
||||
bundle_path = vim.fn.stdpath("data")
|
||||
.. "/man/packages/powershell-editor-services",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue