Skip to content

michhernand/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Install Dependencies:

  • LuaRocks:
    • Mac Instructions:
      • brew install luarocks
    • Ubuntu Instructions:
      • sudo apt install luarocks
  • LazyGit: https://github.com/jesseduffield/lazygit
    • Mac Instructions:
      • brew install jesseduffield/lazygit/lazygit
    • Ubuntu Instructions:
      • LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
      • curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz
      • tar xf lazygit.tar.gz lazygit
      • sudo apt install lazygit /usr/local/bin

Download Packer:

  • Install jsregexp: luarocks install jsregexp
  • Install gopls: go install golang.org/x/tools/gopls@latest

Sync Packages:

  • open lua/mh/packer.lua
  • run :so
  • run :PackerSync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •