# daenvim **Repository Path**: dasky92/daenvim ## Basic Information - **Project Name**: daenvim - **Description**: vim配置 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Configuration for neovim This is a neovim configuration for (main)python and go. ## Install ### Requirements(required by pymode) > install neovim ```bash wget '' sudo make CMAKE_BUILD_TYPE=RelWithDebInfo sudo make install ``` > nodejs require by coc.nvim `curl -sL install-node.now.sh/lts | sudo bash` > Of Course, then you should install python and go yet `sudo pip install jedi pyflakes mccabe rope pylama pylint pynvim` ### Go and Python 由于众所周知的原因,你需要先设置pip国内源和go的国内源,这个可以自行解决。 ## Plugins ### common plugins - fzf - nerdtree - nerdcommenter - vim-snippets - lightline.vim - vim-rainbow - tagbar - vim-autoclose - colorizer - vim-signify - emmet-vim - SimpylFold ### autocomplete - coc.nvim for different program language ### go plugins - vim-go ### themes - gruvbox ## Thanks > When finish my neovim settings, I used the following configuration for reference, and THANKS - [fisadev](http://github.com/fisadev/fisa-vim-config) - `[vimawesome.com](vimawesome.com)` for plugins - [k-vim](https://github.com/wklken/k-vim) - [b-vim](https://github.com/nine2/b-vim) ## Congratulations Just enjoy yourself !