diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index b45227dd..466ffc84 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -50,3 +50,7 @@ if vim.fn.has("nvim-0.10") == 1 then end o.conceallevel = 2 + +-- LSP Server to use for Python. +-- Set to "basedpyright" to use basedpyright instead of pyright. +vim.g.lazyvim_python_lsp = "basedpyright"