Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/vimfiles
Vim configuration.
https://github.com/malept/vimfiles
Last synced: 11 days ago
JSON representation
Vim configuration.
- Host: GitHub
- URL: https://github.com/malept/vimfiles
- Owner: malept
- License: lgpl-3.0
- Created: 2012-04-12T07:33:36.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T01:12:20.000Z (3 months ago)
- Last Synced: 2024-10-24T16:08:55.069Z (14 days ago)
- Language: Lua
- Homepage:
- Size: 322 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Vim Configuration
=================This is Mark's Vim configuration. He's put it up here so that he can have
a place to easily install it for whatever computer he's running Vim on.If you're not Mark, you may want to look over the files to see what
*exactly* is going on before installing it, instead of blindly copying and
pasting into your local config (which is never a good idea to begin with).This particular configuration attempts to emphasize using Vim's keybindings,
as opposed to emulating other editors' keybindings.Installation
------------To install everything, run the following commands::
git clone https://github.com/malept/vimfiles
cd vimfiles
mkdir -p ~/.config/nvim
ln -s `pwd`/init.lua ~/.config/nvim/Partial installation is left as an exercise to the reader.
License
-------This repository is licensed under the terms of the LGPL 3 or later, unless otherwise noted. Please
see ``LICENSE`` for details. Alternative suggestions for a license are welcome.