A launch point for your personal nvim configuration
Go to file
Claude f7d144628b
fix: update mason org and ruff LSP server name
- Replace williamboman/mason.nvim → mason-org/mason.nvim
- Replace williamboman/mason-lspconfig.nvim → mason-org/mason-lspconfig.nvim
  (mason moved to the mason-org GitHub organisation)
- Replace deprecated ruff_lsp server name with ruff in init.lua
  (ruff-lsp is deprecated; ruff now ships its own built-in LSP)

https://claude.ai/code/session_015n34EuHJuJjs9txfysJ5g9
2026-03-04 07:18:45 +00: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 fix: update mason org and ruff LSP server name 2026-03-04 07:18:45 +00: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 fix: update mason org and ruff LSP server name 2026-03-04 07:18:45 +00: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