feat(python): added option to configure basedpyright as lsp. Check the python extra docs. Fixes #2787

This commit is contained in:
Folke Lemaitre
2024-03-20 17:18:11 +01:00
parent fa0e538838
commit f055265bff
2 changed files with 28 additions and 1 deletions

4
lua/lazyvim/types.lua Normal file
View File

@ -0,0 +1,4 @@
---@class LazyVimGlobals
vim.g = {}
_G.lazyvim_docs = true