Skip to content

melloyawn/melloVIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

melloVIM

Changing what needs to for vim to behave as you'd expect it to.

Plugins

plugin description
ALE linter
NERDTree file system explorer
gruvbox groovy colorscheme

Commands

command description
:call ClearUndoBuffer() clear undo buffer
:call StripTrailingWhitespace() strip trailing whitespace
:W sudo save
nn :NERDTreeToggle
q :q!
w :w!
x :x! + ClearUndoBuffer()

Install

To install:

git clone https://github.com/melloyawn/melloVIM.git
sudo ./melloVIM/install.sh

Contributing

  • Submit any patches against this layer via pull request.
  • Commits must adhere to the conventional commits specification.
  • Commits must be signed off.

About

a minimal (but nice) vim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages