Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 792 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 792 Bytes

switched to home manager lately - probably won't touch this anymore :|

# get these ready: git j tree-sitter nvim (nightly)
rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim
git clone --recurse-submodules -b nightly [email protected]:Futarimiti/nvim.git ~/.config/nvim
nvim --cmd 'helptags ALL'
  • General options, keymaps, autocmds, packages
  • Quick fuzzy find files in current dir, in user config dir, and in $VIMRUNTIME
  • Get the nasty sql ftplugin thing done
  • gO-like outline navigation for LaTeX, markdown etc
  • Way to 'refresh' vim after changing config without leaving editor

Long-term goals

  • Set up comment, indent, formatters, compilers, include-search, fold for each ft
  • Set up TS/LSP for some ft only if desperate