Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.1 KB

🌈Rainbow Nvim🌈

screenshot-1 screenshot-2

Feature

  • 🐮 Two choice: VimL or Lua
  • ⚖️ Support multi language building, running and testing (using asynctasks.vim)
  • 🚁 Float Terminal (using vim-floaterm) and some cool stuff based it
  • ⛄ Support snippets (using vim-vsnip)
  • 🌋 Debug (using nvim-dap)
  • 🎹 Two keyboard lawyer in Insert Mode: qwerty and colemak
  • 📢 coc or built-in LSP
  • 🚠 Many other useful stuff, check the plugins

Lua

A few days ago, I just changed from init.vim to init.lua, which's in the lua branch. It works well and is faster and more modular than Vimscript.

LSP

Now this configuration contains two different LSP clients, built-in LSP and coc. Coc is in master branch, and lua branch contains another one.