-
Notifications
You must be signed in to change notification settings - Fork 0
zoomlogo/vimdot
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
dependencies: * vim 9+ with python (required for ultisnips) * fzf & ripgrep * optional (lsp): clangd, pylsp, rust-analyzer, verible installation happens by copying the config files to ~ (overwriting any previous configurations). it is recommended to back up before installing. install using: git clone https://github.com/zoomlogo/vimdot cd vimdot && ./install update using: cd <place where vimdot is located>/vimdot ./update uninstall using: cd <place where vimdot is located>/vimdot ./uninstall * plugins are installed using shell scripts and in parallel. * for nvim config check the `old` branch of this repo. * auto-detects upstream changes to this repo and updates (when running install). * tries to reimplement some plugins in vim9script (see .vim/plugin/)
About
vim dotfiles