]> Sergey Matveev's repositories - dotfiles.git/history - vim/.vim/ftplugin/python
No on-data caches
[dotfiles.git] / vim / .vim / ftplugin / python /
2023-01-31 Sergey MatveevI use github.com/yegappan/lsp now
2022-06-30 Sergey MatveevMove to vim9script
2022-04-13 Sergey Matveevsetlocal is excess in ftplugin
2022-01-27 Sergey MatveevEnable pyls only if it exists
2022-01-27 Sergey Matveevbreakpoint() instead of pdb.set_trace()
2022-01-27 Sergey MatveevMove to vim-lsc from vim-lsp
2022-01-27 Sergey Matveevmcabbe linter is useless
2022-01-27 Sergey MatveevVarious Vim plugins separated on packages
2022-01-27 Sergey Matveev"""-abbrev seems does not help anymore
2022-01-27 Sergey Matveevpython#unused#remove() faster call
2022-01-27 Sergey MatveevPy310 has convenient breakpoint()
2022-01-27 Sergey Matveevpylsp should use flake8's configuration
2022-01-27 Sergey Matveevpylsp seems to cover all linting needs
2022-01-27 Sergey MatveevPy310's match keyword highlight
2022-01-27 Sergey Matveev<F3> python#importcompl#all() helper
2021-06-29 Sergey MatveevVim scripts refactoring
2021-06-14 Sergey MatveevUnused commands
2021-01-20 Sergey MatveevMove Python specific wildignore to ftplugin
2020-12-03 Sergey MatveevChanged git web frontend
2020-09-29 Sergey MatveevS-F6 is changed with the new tmux
2020-09-16 Sergey MatveevFucking assholes renames already working things
2020-07-13 Sergey MatveevMention pyls full installation
2020-07-12 Sergey MatveevDo not use vim-lsp-settings for simplicity
2019-12-14 Sergey MatveevExplicitly tell pylint not to show the scoring
2019-12-14 Sergey MatveevI use Python3 by default now and flake8 does not instal...
2019-12-14 Sergey MatveevVim 8.2 makeprg does not inherit PATH
2019-08-11 Sergey MatveevInitial