This commit is contained in:
DeveloperDurp 2025-03-12 17:49:03 -05:00
parent ca58184b9d
commit 953bf1eaaa
9 changed files with 31 additions and 22 deletions

View file

@ -74,7 +74,9 @@ return {
{
"<leader>fp",
function()
require("telescope.builtin").find_files({ cwd = require("lazy.core.config").options.root })
require("telescope.builtin").find_files({
cwd = require("lazy.core.config").options.root,
})
end,
desc = "Find Plugin File",
},
@ -113,7 +115,8 @@ return {
},
tsserver = {},
powershell_es = {
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services",
bundle_path = vim.fn.stdpath("data")
.. "/mason/packages/powershell-editor-services",
},
},
},
@ -127,7 +130,8 @@ return {
{
"TheLeoP/powershell.nvim",
opts = {
bundle_path = vim.fn.stdpath("data") .. "/man/packages/powershell-editor-services",
bundle_path = vim.fn.stdpath("data")
.. "/man/packages/powershell-editor-services",
},
},
{