- Major Update!!! - Implements a rootiest module - Consolidates much of the settings - Improves usability and efficiency - Faster Loading - Cleaner Structure - More keymaps and plugins now have conditional loading
10 lines
444 B
Lua
10 lines
444 B
Lua
-- -----------------------------------------------------------------------------
|
|
-- --------------------------------- OPTIONS -----------------------------------
|
|
-- -----------------------------------------------------------------------------
|
|
|
|
-- ----------------------------------- LSP --------------------------------------
|
|
-- We don't need perl
|
|
vim.g.loaded_perl_provider = 0
|
|
-- Prefer basedpyright
|
|
vim.g.lazyvim_python_lsp = "basedpyright"
|