rajanmaghera / .dotfiles

My dotfiles collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfile Collection

My collection of personal dotfiles.

Installation

Clone into ${HOME}/.dotfiles

nvim

  1. Install neovim and node via package manager.
  2. Install vim-plug.
  3. Alias init.vim to config folder.

MacOS/Linux

mkdir "${HOME}"/.config/nvim

ln -s "${HOME}"/.dotfiles/init.vim "${HOME}"/config/nvim/init.vim
  1. Install plug-ins
:PlugInstall
  1. Install coc extentions
:CocInstall coc-tsserver coc-json coc-html coc-css coc-pyright

About

My dotfiles collection


Languages

Language:Vim Script 100.0%