It's runvim, not run vim, but run Neovim.
- Neovim version > 0.7.
- A Nerd Font for your terminal.
git clone https://github.com/Civitasv/runvim ~/.config/nvim --depth 1 ; nvim
git clone https://github.com/Civitasv/runvim $HOME\AppData\Local\nvim --depth 1 ; nvim
- 2022-07-07:
- Add support for LaTeX: vimtex
- Add Code fold: nvim-ufo
- Add motion: hop
- Add autocommand for png, gif, pdf, etc
- 2022-06-18:
- Lsp Stuff
- Dap Stuff
- Treesitter
- More modern neovim features
- 2022-05-04:
- Rewrite configuration in lua
- It's more consistent and more useful
- Telescope
- Lsp
- Dap
- Treesitter
- and more
- Basic Blame information: gitsigns
- Complex Blame information: vim-fugitive
- Stage, Commit, Push: vim-fugitive
- Or, Another Beautiful Git integration: lazygit & toggleterm
,ll
: compile,lv
: sync location of pdf readerCtrl+Click Pdf
: sync location of neovim,lk
: stop compile,lc
: clear compile middle files[[, ]], [], ][
: move between section boundariesdsc, dse, ds$, dsd
: Delete the surrounding command, environment or delimitercsc, cse, cs$, csd
: Change the surrounding command, environment or delimitertsc, tse
: Toggle starred command or environmentts$
: Toggle inline and displaymathtsd
: Toggle between e.g. () and \left(\right)tsf
: Toggle (inline) fractions- others, see: https://github.com/lervag/vimtex#configuration