https://github.com/aar0ntw/dotvim
My nvim settings.
https://github.com/aar0ntw/dotvim
dein neovim nvim typescript vim
Last synced: 11 months ago
JSON representation
My nvim settings.
- Host: GitHub
- URL: https://github.com/aar0ntw/dotvim
- Owner: aar0nTw
- Created: 2012-09-06T05:51:40.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T01:40:39.000Z (about 3 years ago)
- Last Synced: 2024-04-23T15:20:45.756Z (about 2 years ago)
- Topics: dein, neovim, nvim, typescript, vim
- Language: Vim Script
- Homepage:
- Size: 346 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotvim




[](https://gitter.im/dotvim/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Prerequisites
MacOS / Use `brew`
```sh
$ brew bundle install --file ./Brewfile
```
- nvim v0.10.x
- python
- node
- rust
- rg
- fzf
- lolcat
- bat
- dasht
## Usage
```sh
$ git clone https://github.com/aar0nTw/dotvim.git
$ ln -s dotvim ~/.config/nvim
```
Install `dein.vim` plugin manager
```sh
$ cd ~/.config/nvim
$ sh ./install.sh ./dein
```
Run following commands in vim:
```vim
" dein will install all plugins when nvim first start
:call dein#install()
```
## Plugins
see [Plugins](../..//wiki/Plugins)
## Todo
- [x] dein.vim
- [x] Manage all plugins by dein
- [x] make all plugins managed by dein setup in toml
- [x] remove pathogen
- [ ] remove legacy settings