1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 17:53:23 -07:00
Commit Graph

117 Commits

Author SHA1 Message Date
Connor Olding 170d644989 use 2 space indentation for HTML/CSS, also sort this crap 2023-07-06 02:22:54 -07:00
Connor Olding ccd6a11286 finally i can read diff files like your mom intended 2023-07-06 02:21:26 -07:00
Connor Olding 49f05a058d fix soft tabs in 2-space mode 2022-10-08 23:39:59 -07:00
Connor Olding d98a5779c0 merge lines 2022-09-08 06:04:18 -07:00
Connor Olding 1dbc497547 add binds for quickly calling TabXXX functions 2022-09-08 00:19:19 -07:00
Connor Olding fa8bb220cf use new macros to sort wildignores 2022-09-08 00:17:58 -07:00
Connor Olding 07057d6966 add macros for a common split-sort-join task 2022-09-08 00:15:50 -07:00
Connor Olding a1427571e5 tweak comments 2022-09-08 00:08:25 -07:00
Connor Olding db457e3d11 remove vimrc hacks i haven't needed in a decade 2022-09-08 00:07:57 -07:00
Connor Olding b7a9d7803d disable autoindent 2022-09-06 01:46:56 -07:00
Connor Olding 810f21c60d use 2 space indentation for seed7 files 2022-08-29 22:04:08 -07:00
Connor Olding 25d8782f4e ignore .tgz files too 2022-08-29 22:03:42 -07:00
Connor Olding f78727c96a ignore bmp files in vim 2022-08-04 18:35:30 -07:00
Connor Olding 1797c9e040 add SynStack function for investigating highlighting 2022-07-23 10:47:43 -07:00
Connor Olding d3d0f54b1c use two-space indentation for bass source code 2022-07-23 10:44:47 -07:00
Connor Olding 372408b530 disable fo-j in vim
this was deleting random characters when using any syntax more esoteric than C.
2022-06-18 10:58:48 +02:00
Connor Olding dae356d559 enable modelines in vim 2022-06-18 07:30:32 +02:00
Connor Olding 07d572f85b use C syntax for shader files (for now) 2022-05-28 03:14:07 +02:00
Connor Olding 9116e418cf make F8 reload the current file instead of whatever 2022-03-05 17:39:11 -08:00
Connor Olding 1bf2b18fc7 don't restore cursor (use farmergreg/vim-lastplace instead) 2022-01-08 21:13:55 -08:00
Connor Olding 6ff5afb9dc kuroko stuff for vim 2022-01-08 21:13:21 -08:00
Connor Olding ba907e97fa improve shebang detection with regex 2021-10-31 07:34:21 +01:00
Connor Olding a7a62695f9 add a Colour command to load GUI colorschemes nicely 2021-10-29 15:07:29 +02:00
Connor Olding c773c244fc experiment with some vim settings 2021-10-21 16:49:01 +02:00
Connor Olding 360c2d4992 kill vim9 comments with an after/ instead of an autogroup
it's more reliable.
2021-10-19 15:15:25 +02:00
Connor Olding fade7c76ea more superficial changes 2021-10-19 11:56:42 +02:00
Connor Olding 48023d9b7b remove comment characters from joined comment lines 2021-10-19 09:11:31 +02:00
Connor Olding 3fc9ed4355 detect shebangs for stdin as well 2021-10-19 09:11:13 +02:00
Connor Olding d13858e420 some superficial changes 2021-10-19 09:10:51 +02:00
Connor Olding 62611cb854 update vim wildignores 2021-10-19 09:10:11 +02:00
Connor Olding 49f3e1c634 update a comment 2021-10-18 21:46:25 -07:00
Connor Olding 2569499233 add python highlighting from polyglot, pre-configured 2021-10-18 21:42:06 -07:00
Connor Olding e2521466aa fix this nonsense 2021-10-18 21:34:46 -07:00
Connor Olding 447695ba19 add some notes to self 2021-10-14 14:10:18 -07:00
Connor Olding c0586e4442 rename an autocmd group 2021-10-09 09:07:40 -07:00
Connor Olding ba43bc0bf5 add and redo some vim binds 2021-10-07 12:30:41 -07:00
Connor Olding 831fd91862 add autocmds for oldschool forth "screen" files 2021-10-07 12:30:00 -07:00
Connor Olding 44af28ca58 add custom hashbang-handling autocmd for my own sanity 2021-10-07 12:29:19 -07:00
Connor Olding efd4ab0f0c lift some handy vim functions 2021-10-07 12:28:40 -07:00
Connor Olding 26c2863dde move tmux stuff further up 2021-10-07 12:28:06 -07:00
Connor Olding 78404d2614 remember more commands and use tabs for .gitconfig 2021-09-25 04:19:56 -07:00
Connor Olding 752dc2a605 attempt to deal with netrw's absurdity, also add more binds 2021-08-02 13:43:52 -07:00
Connor Olding c295d2b495 allow invocation of shell functions from vim 2021-08-01 11:31:05 -07:00
Connor Olding 4adbbb0e27 a bunch of minor stuff before i start refactoring 2021-07-22 00:30:05 +02:00
Connor Olding 431cb9a10d shorten "execute" to "exec" 2021-06-20 05:25:41 +02:00
Connor Olding ba45865aa0 don't scan every file with vim's autocomplete
i never use this anyway, so this saves me time
whenever i accidentally activate it.
2020-11-05 17:11:50 +01:00
Connor Olding d07adaf621 fix ctrl+arrows in tmux+vim 2019-07-29 02:54:22 -07:00
Connor Olding 7df579c722 add "bad" 4-space tab mode 2019-06-30 16:42:13 -07:00
Connor Olding b40332faa8 subtitute control character with escape code 2019-06-08 09:52:31 -07:00
Connor Olding 2ebcfd030e don't double-space it 2019-06-07 01:47:44 -07:00