https://github.com/cssivision/profiles
vim configuration
https://github.com/cssivision/profiles
Last synced: 4 months ago
JSON representation
vim configuration
- Host: GitHub
- URL: https://github.com/cssivision/profiles
- Owner: cssivision
- Created: 2020-03-15T04:44:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T06:53:54.000Z (over 2 years ago)
- Last Synced: 2025-06-08T05:10:57.014Z (about 1 year ago)
- Language: Vim Script
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my dotfiles
my vim configuration
- install [onedark][onedark] theme.
- using vim8 with python3 supported.
```sh
git clone https://github.com/vim/vim.git
./configure --enable-python3interp=yes
make
make install
```
- install ycm with go and rust completer
```sh
cd ~/.vim/plugged/YouCompleteMe && ./install.py --go-completer --rust-completer
# install rust-anaylzer
rustup component add rust-analyzer
```
### Dependencies
- [fzf][fzf-main] 0.23.0 or above
- For syntax-highlighted preview, install [bat](https://github.com/sharkdp/bat)
- `Rg` requires [ripgrep (rg)][rg]
- [`delta`][delta] for git diff
[delta]: https://github.com/dandavison/delta
[fzf-main]: https://github.com/junegunn/fzf
[rg]: https://github.com/BurntSushi/ripgrep
[onedark]: https://github.com/joshdick/onedark.vim