- 🐮 Two choice:
VimL
orLua
- ⚖️ 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
andcolemak
- 📢
coc
orbuilt-in
LSP - 🚠 Many other useful stuff, check the plugins
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.
Now this configuration contains two different LSP clients, built-in LSP and coc. Coc is in master
branch, and lua
branch contains another one.