Skip to content

nvim config suited for FE development with React, TS, tailwind, etc.

Notifications You must be signed in to change notification settings

ranisimov-rbi/nvim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-config

nvim config suited for FE development with React, TS, tailwind, etc.

List of plugins available in lua/napvlm/packer.lua

Preview: iTerm2 with custom settings + Nerd Hack font + onedarkpro theme for vim Screenshot 2023-11-19 at 12 39 05 PM

Installation:

  • Install nvim with HomeBrew: brew install nvim
  • Copy repo into: ~/.config/ folder under name "nvim"
  • Install packer from here: https://github.com/wbthomason/packer.nvim?tab=readme-ov-file#quickstart
  • Install ripgrep so Telescope search can ignore stuff from .gitignore (e.g. node_modules)
  • Go inside /nvim folder and open nvim: nvim .
  • Ignore bunch of errors pressing "Enter" (they are popping up since plguins aren't installed yet but required in other config files)
  • Go to /Users/RBIRA027/.config/nvim/lua/napvlm/packer.lua
  • Type :so then :PackerSync
  • Restart nvim and enjoy your new lightweight code editor :)

About

nvim config suited for FE development with React, TS, tailwind, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%