Commit Graph

12 Commits

Author SHA1 Message Date
f2f5560f63 neovim: Add csv-vim 2023-06-06 22:15:33 -04:00
d0c7ad0eee neovim: Add back nvim-scrollbar
Looks like the issue where the scrollbar was hiding text behind it has
been fixed.
2023-06-06 17:09:43 -04:00
c4636b4b05 neovim: Swap tree toggle with window switch
This makes it easier to press enter after switching to the tree window.
2023-06-06 14:04:56 -04:00
6d39ed2980 neovim: Add vim-startify 2023-06-06 12:24:49 -04:00
486178b27f Revert "neovim: Focus tree when empty buffer"
This actually causes QuitPre to not close neovim since the tree is
closed first when quitting while the tree is focused. For simplicity,
the tree should always be unfocused to avoid ambiguity.
2023-06-06 10:52:39 -04:00
c59387bb1f neovim: Close tree with QuitPre
This fixes an issue where neovim would automatically close when opening
it with a directory.
2023-06-06 07:50:37 -04:00
02dd4540e5 neovim: Focus tree when empty buffer 2023-06-06 07:40:16 -04:00
cf6064e500 neovim: Toggle tree with <leader>a
To switch between the tree and the file being edited, use <leader>;
2023-06-06 07:27:32 -04:00
f0867c039e neovim: Open tree by default 2023-06-06 07:27:04 -04:00
c588b3a0d8 neovim: Close tree if only buffer 2023-06-06 07:18:59 -04:00
3119b789f8 nix: Format with alejandra
Alejandra is written in Rust, has more tests than nixfmt, and handles
non-trivial code examples in Nix better.
2023-06-05 20:50:10 -04:00
343076f942 meta: Move terminal files to modules
Since all of these files do roughly the same thing (that is, configure
the system in a specific way that a separate file seems necessary), this
should reduce the overall complexity of the project tree.
2023-06-05 11:44:37 -04:00