summaryrefslogtreecommitdiff
path: root/nvim
AgeCommit message (Collapse)Author
2024-06-04Run :make when writing latex filezachir
My latex projects use Makefiles to compile them; this makes that process automatic.
2024-06-04Use nvim smarttab and smartindentzachir
This gets all of the indenting and such sorted to be "smart".
2024-06-04Add nvim colo's and commented bg optionszachir
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-23Set nvim colo and remove C++ auto colozachir
2024-02-08nvim: Use DevC++ colo for c/c++ fileszachir
This uses a colorscheme specifically for c/c++ files when editing c/c++ files.
2024-02-08nvim: enable live preview for .texzachir
This re-enables the live preview plugin for .tex files.
2024-02-08nvim: reorganize init.vim to have better comment alignmentzachir
This is purely for my OCD.
2024-02-08nvim: Expand tabs to spaceszachir
We're switching back to the objectively correct method of using spaces instead of tabs.
2023-11-07Use 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-19Big nvim config changeszachir
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-23Better nvim mapping formattingzachir
2023-03-15update nvim with 'ee to :e new filezachir
2023-02-19set textwidth=80 for .ms fileszachir
2023-02-11change emmet vim leader to C-azachir
2023-02-09update nvim config; update 'xx to be closer to :qzachir
2022-10-05Initial Commitzachir