feat: Adding pylint to neovim LSP config

This commit is contained in:
Finch 2025-06-04 22:00:03 -05:00
parent be170512a9
commit 2be158262c

View File

@ -39,6 +39,7 @@ return {
-- 'jdtls', -- java
'lua_ls',
'marksman', -- markdown
'pylint',
'pylsp',
'rust_analyzer',
'ts_ls', -- Typscript