-
Anton Shestakov <av6@dwimlabs.net>, Thu, 19 Jan 2023 22:25:20 +0400
.vimrc: use airline's tabline extension instead of minibufexplorer
minibufexplorer is causing vim to occasionally spew errors when using
completeopt=popup.
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 19 Jan 2023 22:23:53 +0400
.vimrc: replace preview window by popup
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Jan 2023 18:45:36 +0400
.vim: split ftdetect and ftplugin concepts for cram
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Jan 2023 17:43:55 +0400
.vim: enable syntax-based folds for JSON and HTML
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Jan 2023 17:42:32 +0400
.vim: sort tabs/spaces-related lines in ftplugin/*.vim
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 29 Dec 2022 17:23:49 +0400
.vim: use setlocal in autocmd for setting list and spell (both window-local)
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 14 Dec 2022 08:51:46 +0400
apt.conf.d: merge all separate files into one, add comments
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 27 Nov 2022 01:44:17 +0400
.vimrc: default to pyflakes3 and python3
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 03:08:28 +0400
.vimrc: try ctrlp's tag search (in all open buffers)
Requires exuberant_ctags or a compatible program (I have universal-ctags).
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 02:41:55 +0400
.vimrc: one day vimscript will let us have spaces around operators everywhere
Today we prepare for that day, for it will come.
I might've looked at https://favadi.com/update-your-vimrc-to-vim9-script/