8000 GitHub - CheckmateBasilisk/myvimconfig
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CheckmateBasilisk/myvimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My VIM Config

For NeoVim (.lua config file)

  1. Install Plugin Manager (XXX):
cli command
  1. Get the vim configs (init.lua and lua/ directory containing the rest of the config)
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/init.lua -P ~/config/nvim
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/lua -P ~/config/nvim

  1. Inside NeoVIM, get plugins using
cli command

For NeoVim (.vim config file)

  1. Install Plugin Manager (Plug):
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Get the vim configs (init.vim)
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/init.vim -P ~/config/nvim

  1. Inside NeoVIM, get plugins using
:PlugInstall

For Vim

  1. Install Plugin Manager (Plug):
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Get the .vimrc
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/.vimrc -P ~/

  1. Inside VIM, get plugins using
:PlugInstall

Useful commands

open vim config file (works with nvim)

:e $MYVIMRC

reload vim config

:source $MYVIMRC

Additional Resources

Lua Config Files NeoVim https://youtu.be/hY5-Q6NxQgY

Plugin Management NeoVim https://youtu.be/gd_wapDL0V0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0