A launch point for your personal nvim configuration
Go to file
graned f61ee4f4df chore: add better interface 2025-10-05 12:22:08 +02:00
.github chore: add theme, devstack and adjustments in neotree 2025-10-05 09:59:54 +02:00
doc feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
lua chore: add better interface 2025-10-05 12:22:08 +02:00
.editorconfig chore: add theme, devstack and adjustments in neotree 2025-10-05 09:59:54 +02:00
.gitignore rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 2024-02-26 10:03:53 -05:00
.stylua.toml Use call_parentheses 2023-06-16 21:12:11 -07:00
LICENSE.md license 2022-06-25 21:51:44 -04:00
README.md chore: update readme 2025-10-05 10:02:43 +02:00
README_kickstart.md chore: add theme, devstack and adjustments in neotree 2025-10-05 09:59:54 +02:00
init.lua chore: add better interface 2025-10-05 12:22:08 +02:00

README.md

Isenguard NVM

This is a simplistic nvm distro based on Kickstart NVM.

Requirements

  • Nerd fonts install using your OS package manager
  • Make your terminal use the nerdfonts

How to install

  • Install Isenguard NVM with git
git clone git@github.com:graned/isenguard.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/isenguard

This will install the project in the .config/ folder under folder isenguard

  • Add alias in your zsh (Optional)
alias isenguard='NVIM_APPNAME="isn" nvm'
  • source your .zshrc