Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Redo nvim to use init.lua | zachir | |
2025-02-28 | Set rust text width to 80 | ZachIR | |
2025-01-20 | Use the Dark2 vim theme instead of 256-grayvim | zachir | |
2025-01-20 | Use the same config for both vim and nvim | zachir | |
This was already taken care of in the config, I'm not sure why I didn't do this at the time. | |||
2025-01-20 | Comment out LLPreview in nvim | zachir | |
It only works on Vim anyways. | |||
2024-06-04 | Run :make when writing latex file | zachir | |
My latex projects use Makefiles to compile them; this makes that process automatic. | |||
2024-06-04 | Use nvim smarttab and smartindent | zachir | |
This gets all of the indenting and such sorted to be "smart". | |||
2024-06-04 | Add nvim colo's and commented bg options | zachir | |
Adding in tomasiser/vim-code-dark and flazz/vim-colorschemes to provide more color options. Also have options (commented out) to make the background transparent should that be desired later. | |||
2024-03-23 | Set nvim colo and remove C++ auto colo | zachir | |
2024-02-08 | nvim: Use DevC++ colo for c/c++ files | zachir | |
This uses a colorscheme specifically for c/c++ files when editing c/c++ files. | |||
2024-02-08 | nvim: enable live preview for .tex | zachir | |
This re-enables the live preview plugin for .tex files. | |||
2024-02-08 | nvim: reorganize init.vim to have better comment alignment | zachir | |
This is purely for my OCD. | |||
2024-02-08 | nvim: Expand tabs to spaces | zachir | |
We're switching back to the objectively correct method of using spaces instead of tabs. | |||
2023-11-07 | Use preglow for nvim (my old colorscheme) | zachir | |
I'm switching the color scheme for neovim to my old one, preglow (which I forked from the afterglow color scheme). It's purely subjective, but I do like it and intend to stick with it for a while. | |||
2023-10-19 | Big nvim config changes | zachir | |
Use tabs instead of spaces by default, change the colorscheme to SlateDark, and set indent spacing to 4. Also, don't auto preview or auto :make LaTeX documents. | |||
2023-08-23 | Better nvim mapping formatting | zachir | |
2023-03-15 | update nvim with 'ee to :e new file | zachir | |
2023-02-19 | set textwidth=80 for .ms files | zachir | |
2023-02-11 | change emmet vim leader to C-a | zachir | |
2023-02-09 | update nvim config; update 'xx to be closer to :q | zachir | |
2022-10-05 | Initial Commit | zachir | |