]> Sergey Matveev's repositories - dotfiles.git/history - vim/.vim/ftplugin
No on-data caches
[dotfiles.git] / vim / .vim / ftplugin /
2023-11-04 Sergey Matveevplaintex is not used anymore
2023-10-26 Sergey MatveevSometimes commenting does not insert space
2023-01-31 Sergey MatveevI use github.com/yegappan/lsp now
2023-01-26 Sergey MatveevWORD for wrapping in assert()
2023-01-19 Sergey MatveevMan pages for Tcl commands
2023-01-12 Sergey MatveevProper comments in SQL
2022-07-08 Sergey Matveevsize_t abbreviation
2022-07-04 Sergey Matveevclang-format is already pretty friendly to Vim
2022-07-04 Sergey Matveevptrdiff_t abbreviation
2022-06-30 Sergey MatveevSimpler and less disturbing :Fmt
2022-06-30 Sergey MatveevMove to vim9script
2022-06-27 Sergey MatveevAltSwitcher is still not so satisfactory
2022-05-10 Sergey MatveevMore complex alt-switcher
2022-04-13 Sergey Matveevsetlocal is excess in ftplugin
2022-04-12 Sergey Matveev.c/.h switcher
2022-04-12 Sergey MatveevSplit multistring vimscript
2022-04-11 Sergey MatveevDo not align on assignments in C-code
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 MatveevExcess spelllang
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 MatveevCompletely get rid of pylint
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-07-31 Sergey Matveevgo build :make
2021-06-29 Sergey MatveevVim scripts refactoring
2021-06-17 Sergey MatveevCombine all gitcommit autocmds
2021-06-15 Sergey MatveevDetect already loaded code with simpler <SID> check
2021-06-14 Sergey MatveevUnused commands
2021-06-14 Sergey MatveevNo Rust, never
2021-06-12 Sergey MatveevOften used <tt></tt>
2021-01-20 Sergey MatveevMove Python specific wildignore to ftplugin
2020-12-03 Sergey MatveevChanged git web frontend
2020-11-15 Sergey MatveevUsing LLVM11
2020-10-18 Sergey Matveevuint8_t alias
2020-09-29 Sergey MatveevS-F6 is changed with the new tmux
2020-09-29 Sergey MatveevI use autos.vim for small options
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
2020-06-10 Sergey MatveevTrivial reordering
2020-05-17 Sergey MatveevOften used assert(!= NULL)
2020-05-12 Sergey Matveevunsigned char* is very often typed
2020-04-22 Sergey Matveevcfmt.sh is back
2020-04-13 Sergey Matveevcommentstring for texinfo files
2020-04-10 Sergey Matveevclang-format can use ~/.clang-format
2020-04-02 Sergey MatveevMore C formatting
2020-04-01 Sergey MatveevBegin working with C
2020-01-08 Sergey MatveevDebugging cmdline for gogetdoc
2019-12-18 Sergey MatveevFix byte index, workability at the end of the word
2019-12-18 Sergey MatveevStrip last dummy empty line
2019-12-18 Sergey MatveevDraft gogetdoc Vim plugin with popups
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-12-02 Sergey MatveevLet's try to use goimports instead of gofmt
2019-11-11 Sergey MatveevForbid default Rust ftplugin loading, it sucks
2019-09-02 Sergey MatveevMove filetype-related Vim hooks to separate files
2019-08-15 Sergey MatveevAutoindent err wraps
2019-08-11 Sergey MatveevInitial