Commit Graph

227 Commits

Author SHA1 Message Date
c05131d38f Move a vimrc function so that it can be called in a private vimrc 2023-05-10 13:06:52 -04:00
418d1ae956 Fix typo in vimrc 2023-05-08 23:34:04 -04:00
5bed58e55c Split jai compiler and metaprogram args in vimrc 2023-05-06 22:07:05 -04:00
6800f7ccc4 Improve jai build code in vimrc 2023-05-06 22:01:03 -04:00
53082c6034 Tweak some vim build/run stuff around jai 2023-05-01 04:50:36 -04:00
28c88ca5f1 Stop git from changing line endings on Windows and add support for editorconfig in vim 2023-03-16 16:44:38 -04:00
2e07b0c85f vim build and run updates 2023-03-01 15:27:26 -05:00
d664ba882c Do our own save call when compiling files in vim 2023-02-01 17:11:25 -05:00
f0248008a6 Add a vim function to toggle a 'simple' view of the current buffer 2023-01-30 13:57:38 -05:00
7e586d284d Formatting changes in vimrc 2023-01-27 16:04:50 -05:00
816a0be564 Disable vim terminal cmd 2023-01-26 15:54:02 -05:00
cef7886859 vimrc cleanup (move templates, remove static scopes) 2023-01-24 14:08:56 -05:00
9e07b24cf7 Escape some characters in vim rip-grep search 2023-01-22 08:34:29 -05:00
12969578aa Change vim centering offset 2023-01-22 08:34:06 -05:00
2343c46b89 Set jai build args in a private vimrc 2023-01-19 18:13:38 -05:00
9371817937 Improve jai search and compiling in vim 2023-01-04 22:25:15 -05:00
45d3fa244a Clean up vim search and import local jai modules when building 2022-12-30 18:47:27 -05:00
2640761dc5 Improve ctrlp ctag situation and add some jai searching 2022-12-29 19:20:11 -05:00
0227534656 Improve vim theme toggling 2022-12-29 18:53:54 -05:00
736bab22ec Disable some vim plugins 2022-12-28 00:48:50 -05:00
7c828c01f1 Update vimrc 2022-12-10 19:40:37 -05:00
4238273951 Add vim function to edit current color scheme 2022-11-29 22:33:10 -05:00
7f121ab292 Add support for info error marker in vimrc 2022-11-29 22:32:52 -05:00
f30f6eaa69 Add jai error parsing to vim 2022-11-28 23:40:04 -05:00
221985eca2 Fix parsing of cl error messages in vim so that it differentiates between an error and warning! 2022-11-28 23:39:23 -05:00
06f155f3f7 Add jai compiler support to vimrc 2022-11-28 23:37:35 -05:00
b9709088a7 Clean up campo-dark-blue vim color scheme and add some Jai support 2022-11-25 22:02:22 -05:00
dfa5ecaf47 Small tweaks 2022-11-05 00:48:21 -04:00
761ef7815d Update windows setup notes 2022-06-13 15:57:57 -04:00
fd0596a648 Add dracula theme to vimrc 2022-03-24 20:18:19 -04:00
2a1cb4ef0c Change vim c header template 2022-02-20 21:16:57 -05:00
0731632c07 Allow hyphens in vim ripgrep search 2022-02-19 00:04:18 -05:00
cbc753a6bf Add new vim color theme 2022-02-10 15:00:15 -05:00
8b634e3841 Add a script to extract audio from a video 2022-02-07 10:22:42 -05:00
09d69f997b Cleanup 2022-01-22 12:13:54 -05:00
5ac00cd314 Replace vim :Qa with :qa 2022-01-10 11:14:11 -05:00
3eeb4b8817 Sort vim tagbar by order in source 2022-01-01 13:41:53 -05:00
ac9fcce0e0 Remap vim save commands to a custom function 2021-12-15 21:49:17 -05:00
54a8774f19 Relocate some vimrc template functions to an autocmd group 2021-12-15 21:48:35 -05:00
e5580826b9 Replace various vim mappings with the noremap kind 2021-12-15 21:48:02 -05:00
8a6b0197e6 Switch to a faster vim c++ syntax highlighter 2021-12-15 17:20:57 -05:00
99935c268d Remove more vim plugins I don't use 2021-12-15 17:20:37 -05:00
bd60af8d31 Remove third part color scheme plugins from vimrc 2021-12-15 17:04:40 -05:00
8ee227f087 Don't create ctags for js files 2021-12-09 19:54:20 -05:00
531713287c Explicitly set vim indentation for Elixir files 2021-12-09 19:54:20 -05:00
476a163236 Speed up and fix hangs when doing a large search and replace in vim 2021-12-03 14:53:14 -05:00
7c5dc3cd7c Include filename is ctags call when recurse option isn't present 2021-12-03 14:53:14 -05:00
3d91c1d4f0 More vim ctag improvements 2021-12-03 14:53:14 -05:00
cbdb7f51aa Create ctags for Elixir files 2021-12-02 12:31:04 -05:00
c9a5e1c936 Clean up vim globals and make sure vimrc.private can set them 2021-12-01 14:49:53 -05:00