Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

neovim configuration

setup

  1. clone repository
    git clone https://github.com/velho/dotfiles ~/.dotfiles
  1. create symlink to dotfiles repository.

bash

    ln -s ~/.dotfiles/nvim ~/.config/nvim

powershell (requires system administrator access)

New-Item -ItemType SymbolicLink -Target ~/.dotfiles/nvim -Path ~/AppData/local/nvim
  1. install plugin manager from plugins

  2. enjoy

plugins

Configuration uses the packer as the plugin manager tool.

install

linux

git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim

win

git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"