Skip to content

nguyen1212/neovim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neovim-setup

youtube tutorial

lsp-from-scratch

install neovim

brew install neovim

install gopls

brew install gopls

setup directory

  • create directory ~/.config/nvim
  • copy all files in this repo to this directory

search engine (optional)

brew install rg

package manager

  • install the repo
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim
  • add any new package in packer.lua and :PackerSync to sync new package.

terminal

  • install iterm2
  • install tmux

font

  • install NERDfont
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
  • change font of iterm2 to nerd font

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages