# vim-monokai **Repository Path**: devil5928823/vim-monokai ## Basic Information - **Project Name**: vim-monokai - **Description**: 复制于vim-monokai - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-04 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vim-monokai =========== Refined monokai color scheme for vim. Install ------- ### [vim-plug](https://github.com/junegunn/vim-plug) Plug 'crusoexia/vim-monokai' ### Manually ```bash mkdir -p ~/.vim/colors ``` Download the `colors/monokai.vim` file from the repo to `~/.vim/colors` Usage ----- Copy below command to your `~/.vimrc`: ```VimL syntax on colorscheme monokai ``` Terminal support ---------------- If you are using a terminal which support truecolor like **iterm2**, enable the gui color by adding below setting in `~/.vimrc` or `~/.vim/init.vim` ```VimL set termguicolors ``` Otherwise, use below setting to activate the 256 color in terminal ```VimL set t_Co=256 " vim-monokai now only support 256 colours in terminal. ``` coc.nvim support ---------------- [coc.nvim](https://github.com/neoclide/coc.nvim) is a powerful completion engine, it brings *vs-code*'s experience into vim. *vim-monokai* fits it well. Configuration ------------- ### Italic If you are using a font which support italic, paste below command in `.vimrc` to turn on gui/terminal italic effect: let g:monokai_term_italic = 1 let g:monokai_gui_italic = 1 > Note: If you are using vim with [tmux](https://github.com/tmux/tmux/wiki), you need to turn-off the italic. __tmux__ doesn't support italic font, all _italic_ effect will become _"reverse"_. Recommend syntax plugins ------------------------ Below plugins would give you better experience when using *vim-monokai*: | Language | Plugins | | ------------ | -------------------------------------- | | Javascript | [vim-javascript](https://github.com/pangloss/vim-javascript)
[vim-javascript-lib](https://github.com/crusoexia/vim-javascript-lib) | | Typescript | [yats.vim](https://github.com/HerringtonDarkholme/yats.vim) | | Dart | [dart-vim-plugin](https://github.com/dart-lang/dart-vim-plugin) | | JSX | [vim-jsx-pretty](https://github.com/MaxMEllon/vim-jsx-pretty) | | Markdown | [vim-markdown](https://github.com/tpope/vim-markdown) | Screenshots ----------- ![typescript](screenshots/typescript.png) ![html](screenshots/html.png)