Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 401 Bytes

neovim

Personal setup for neovim

Requirements

  • brew install ctags
  • brew install ripgrep
  • brew install fzf

Setup for Mac/Ubuntu usage.

Setup for a dev env for:

  1. PHP
  2. PRISMA.IO
  3. NODE
  4. VUE
  5. NextJs
  6. ReactJs
  7. Laravel

tabs for js

set autoindent expandtab tabstop=2 shiftwidth=2 softtabstop=2

tabs for php

set autoindent expandtab tabstop=4 shiftwidth=4 softtabstop=4