aweimeow / aweimeow.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mosky's Vim Config and Plugins

It's Mosky's Vim configuration and plugin list (in vim-plug form).

Keystrokes

Read the mosky.vim and init.vim files for the useful built-in, Mosky's, and plugins' keystrokes.

Install Config and Plugins

Install vim-plug, and

Vim

$ cp -i mosky.vim/init.vim ~/.vimrc
$ sed -i s^~/.config/nvim/plugged/^~/.vim/plugged/^ ~/.vimrc

Neovim

$ cp -i mosky.vim/init.vim ~/.config/nvim/init.vim

Finally,

$ vim +:PlugInstall

Install Config Only

Put the line into your .vimrc or init.vim:

vim-plug

Plug 'moskytw/mosky.vim'

Vundle

Plugin 'moskytw/mosky.vim'

and trigger the install command in Vim.

See Also

  1. luthadel.vim – A simple but ardent Vim color scheme
  2. nginx-contrib-vim – Make Vim have better nginx.conf support
  3. vim-color-scheme-template-generator – Generate Vim's color scheme template precisely

The plugin list includes the 1 and 2.

Report Issue

It meets the unadorned requirements of Python development, but any feature request or bug report is welcome. Just file an issue on GitHub.

About

License:MIT License


Languages

Language:Vim Script 100.0%