lytoooo0 / neovim-config

My neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Install vim-plug
  2. Check python3 configurations for deoplete by typing echo: has("python3"). It is better to follow the official instruction.
  3. paste following codes in ~/.config/nvim/init.vim
call plug#begin()
    Plug 'lervag/vimtex'
    Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }}
    Plug 'rhysd/vim-grammarous'
    Plug 'neoclide/coc.nvim', {'branch': 'release'}
    Plug 'neomake/neomake'
call plug#end()
  1. Run :PlugInstall
  2. Past other parts in init.vim

About

My neovim configuration


Languages

Language:Vim Script 100.0%