mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
9 lines
387 B
Lua
9 lines
387 B
Lua
-- Options are automatically loaded before lazy.nvim startup
|
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
|
-- Add any additional options here
|
|
|
|
-- LSP Server to use for Python.
|
|
vim.g.lazyvim_python_lsp = "basedpyright"
|
|
-- Set to "ruff_lsp" to use the old LSP implementation version.
|
|
vim.g.lazyvim_python_ruff = "ruff"
|