1
0
Fork
You've already forked vimdot
0
my vim dotfiles
  • Vim Script 80.1%
  • Vim Snippet 13.4%
  • Shell 6.5%
2026年07月13日 18:02:51 +05:30
.vim . 2026年07月13日 18:02:51 +05:30
.vimrc lot of changes 2026年07月11日 18:25:18 +05:30
COPYING l 2026年05月12日 23:32:55 +05:30
install image.vim! 2026年07月01日 20:01:21 +05:30
plugin.sh note: use ||...|| for weblinks 2026年05月14日 14:01:06 +05:30
plugins lot of changes 2026年07月11日 18:25:18 +05:30
README.txt polish image.vim 2026年07月06日 21:52:17 +05:30
uninstall notes visual improvements 2026年03月08日 13:05:17 +05:30
update complete refactor of shell scripts 2026年05月14日 00:26:39 +05:30

vimdot
======
My vim configuration files.
Dependencies
------------
These are required.
 * vim 9+
 * ripgrep
 * git
Optional dependencies
~~~~~~~~~~~~~~~~~~~~~
These are required for the lsp to work:
 * clangd
 * pylsp
 * rust-analyzer
 * verible
These are also required for viewing images:
 * A terminal supporting kitty graphics protocol (or sixel).
 * ImageMagick
Usage
-----
The installation happens by copying the config files to $HOME.
It overwrites any previous files without any warning.
It is recommended to backup those files before installing.
Installation
~~~~~~~~~~~~
Install using:
 git clone https://codeberg.org/zoomlogo/vimdot
 cd vimdot
 ./install
Updating plugins
~~~~~~~~~~~~~~~~
All plugins can be updated using:
 cd vimdot
 ./update
Uninstalling
~~~~~~~~~~~~
Can be easily uninstalled using:
 cd vimdot
 ./uninstall
Features
--------
 * Plugins are installed using git and shell scripts.
 It is easy to change which plugins are installed by
 simply editing ./plugins
 * The install script checks for upstream changes and pulls them
 and restarts installation automatically. It saves all the changes
 into `changes.diff`.