Skip to content

Commit

Permalink
feat: switch to basedpyright
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 24, 2024
1 parent d7f06e2 commit ece070f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ vim.keymap.set = function(mode, lhs, rhs, opts)
opts.silent = opts.silent ~= false
return keymap_set(mode, lhs, rhs, opts)
end

vim.g.lazyvim_python_lsp = "basedpyright"
-- LazyVim.terminal.setup("bash")
1 change: 1 addition & 0 deletions nvim/lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ return {
augend.constant.alias.bool,
augend.semver.alias.semver,
augend.constant.new({ elements = { "let", "const" } }),
augend.constant.new({ elements = { "True", "False" } }),
},
})
end,
Expand Down

0 comments on commit ece070f

Please sign in to comment.