setcreed / ThinkVim

🐉 A dark powerd nvim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter

See here for more screenshots

Feature

  • 🚀Fastest StartupTime(Plugins Total:62 40-60ms)
  • 💎Modular Plugin Config
  • ⚒ Easy to use Easy to hack
  • 🌟95% plugins lazyload with dein
  • ⚡️Centerd on Coc.nvim, Denite auxiliary
  • 🎱Autocompletion by lsp which coc.nvim support
  • ⚔️ Fully customizable
  • 🌈Comfortable theme gruvbox9

Required Env

  • macos or linux
  • neovim >= 0.4.0(cause i used floatwindow,this feature support by neovim 0.4.0 above)
  • python3 support
    • pip3 install --user pynvim
  • node and yarn
  • NerdFont

Required Tool

  • rg (Ripgrep): BurntSushi/ripgrep
  • Universal ctags: ctags.io
    • mac brew install --HEAD universal-ctags/universal-ctags/universal-ctags
    • ubuntu
      # install libjansson first
      sudo apt-get install libjansson-dev
      # then compile and install ctags
      

Not Required

Installation

1.

1. git clone --depth=1 https://github.com/hardcoreplayers/ThinkVim.git ~/.config/nvim
2. open nvim
  • Note: If your system sets $XDG_CONFIG_HOME, use that instead of ~/.config in the code above. Nvim follows the XDG base-directories convention.

2. open the nvim ,it will auto install dein and plugins,when the plugins install success,it will install coc extensions.

3. if you see the coc extesions installed success in your vim commandline .Congratulations‼️

PluginsDetail

Check this wiki page to know all plugins that thinkvim installed.

Tutorial

  • check the tutorial to know more about ThinkVim

Backers

Do you like ThinkVim? keep it alive by donating funds😘!

emeentag dewoller balloon gabriel-pena gstormlee xiaomabetter

Thanks

About

🐉 A dark powerd nvim config

License:MIT License


Languages

Language:Vim Script 99.9%Language:Lua 0.0%Language:Makefile 0.0%