Skip to content

Commit

Permalink
fix: configure pwsh on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 26, 2024
1 parent 7e01ad2 commit f5ba84b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ vim.keymap.set = function(mode, lhs, rhs, opts)
end

vim.g.lazyvim_python_lsp = "basedpyright"
-- LazyVim.terminal.setup("bash")
if vim.fn.has("win32") == 1 then
LazyVim.terminal.setup("pwsh")
end

0 comments on commit f5ba84b

Please sign in to comment.