1
0
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:
2024-03-22 17:21:22 +01:00
parent a4f1186c35
commit c6c9440d60
5 changed files with 44 additions and 32 deletions

View File

@ -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,
},
{