prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.07k stars 303 forks source link

Prefer using values() to items() #1544

Open mityu opened 4 months ago

mityu commented 4 months ago

Use values() instead of items() where dictionary keys are not used in iteration.