mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 12:19:26 +00:00
[neovim] change pyright LSP server by basedpyright
This commit is contained in:
@ -156,6 +156,7 @@ require("lazy").setup({
|
||||
version = "*",
|
||||
config = function()
|
||||
require("leap").add_default_mappings()
|
||||
vim.api.nvim_set_hl(0, 'LeapBackdrop', { link = 'Comment' })
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user