1
0
Fork 0

nvim: use ruff with pyright

This commit is contained in:
Arthur K. 2026-01-30 17:56:53 +03:00
parent adc494721a
commit 5076968086
Signed by: wzray
GPG key ID: B97F30FDC4636357
3 changed files with 15 additions and 5 deletions

View file

@ -2,7 +2,7 @@ return {
'neovim/nvim-lspconfig',
dependencies = {
{ 'williamboman/mason.nvim', opts = {} },
{ 'folke/neodev.nvim', opts = {}},
{ 'folke/lazydev.nvim', opts = {}},
{ 'j-hui/fidget.nvim', opts = {} },
}
}