Switched to basedpyright and enabled inlay hints
This commit is contained in:
parent
2816e7ff55
commit
4df98a2d38
3 changed files with 33 additions and 179 deletions
|
@ -28,6 +28,8 @@
|
|||
tabstop = 4;
|
||||
shiftwidth = 4;
|
||||
mouse = "a";
|
||||
wildmode = "longest,list,full";
|
||||
wildmenu = true;
|
||||
# Open files with all folds expanded (`zM` to collapse all)
|
||||
foldlevel = 99;
|
||||
};
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
inlayHints = true;
|
||||
|
||||
keymaps.extra = [
|
||||
{
|
||||
|
@ -40,7 +41,7 @@
|
|||
servers = {
|
||||
# python
|
||||
ruff.enable = true;
|
||||
pyright.enable = true;
|
||||
basedpyright.enable = true;
|
||||
|
||||
# bash
|
||||
bashls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue