Skip to content

Acrylic125/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Setup

Pre-reqs

  1. Install dependencies:
  2. Setup terminal font to Hack Nerd Font on your terminal.
  3. Have fun!

NOTES:

  • MacOS default terminal may not have sufficient colour support. Use iterm or another terminal.
  • On your terminal of choice, set the text font to Hack Nerd Font. For example, on iterm and terminal, under Profile > Text, change the font there.

IOS Development

For IOS Development, (Adapted from here)

  • Download xcode-build-server
  • Download sourcekit-lsp
  • Make sure to set the root by running sudo xcode-select -s /Applications/Xcode-16.1.0.app/Contents/Developer (XCode installation location).
  • Go to your project, run xcode-build-server config -project *.xcodeproj -scheme <XXX> (e.g. xcode-build-server config -project *.xcodeproj -scheme TestApp)

NOTE:

  • Make sure to rebuild your xcode project if some files aren't detected.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages