aar0nTw / dotvim

My nvim settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotvim

Version Neovim TypeScript Python Join the chat at https://gitter.im/dotvim/community

Screen Capture on 2022-05-20 at 03-18-12

Prerequisites

MacOS / Use brew

$ brew bundle install --file ./Brewfile
  • nvim
  • python
  • node
  • rust
  • rg
  • fzf
  • lolcat
  • bat
  • dasht

Usage

$ git clone https://github.com/aar0nTw/dotvim.git
$ ln -s dotvim ~/.config/nvim

Install dein.vim plugin manager

$ cd ~/.config/nvim
$ sh ./install.sh ./dein

Run following commands in vim:

" dein will install all plugins when nvim first start
:call dein#install()

Plugins

see Plugins

Todo

  • dein.vim
    • Manage all plugins by dein
    • make all plugins managed by dein setup in toml
  • remove pathogen
  • remove legacy settings

About

My nvim settings.


Languages

Language:Vim Script 98.4%Language:Shell 0.9%Language:Lua 0.6%Language:Ruby 0.1%