Skip to content

NorinB/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

Needed Packages

  • fzf
  • node/npm
  • ripgrep
  • tree-sitter
  • tree-sitter-cli

Optional Packages

  • go (for installing hyprls)

NPM Packages

  • nodemon

Fonts

Install the fonts from the fonts/ directory to get nice symbols for vim-flog

MacOS

VSCODE launch.json parsing (optional)

If you want to use vscode launch.json parsing and you are using a Apple Silicon Mac, configure cargo as shown down below (cargo needs to be installed of course): Put this into ~/.cargo/config:

[target.x86_64-apple-darwin]
rustflags = [
    "-C", "link-arg=-undefined",
    "-C", "link-arg=dynamic_lookup",
]

[target.aarch64-apple-darwin]
rustflags = [
    "-C", "link-arg=-undefined",
    "-C", "link-arg=dynamic_lookup",
]

About

My Neovim configuration ♥️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages