huytd / vim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For light theme, please use light-theme branch.


The font used in the screenshot is Haskplex Nerd.

Installation

There are two way to use this config:

Option 1: Check init.vim and copy just what you need.

Option 2: Clone the whole repo in to ~/.config/nvim/, please make sure you don't have this folder before clone:

$ git clone https://github.com/huytd/vim-config ~/.config/nvim/

Screenshots

NERDTree + coc.nvim floating document + vista.vim outline:

Floating Terminal: <Leader>at or :call FloatTerm()

NodeJS REPL: <Leader>an or :call FloatTerm('"node"')

Floating tig - TUI Git: <Leader>ag or :call FloatTerm('"tig"')

About


Languages

Language:Vim Script 100.0%