- 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 |
||
|---|---|---|
| .github | ||
| doc | ||
| lua | ||
| .editorconfig | ||
| .gitignore | ||
| .stylua.toml | ||
| LICENSE.md | ||
| README.md | ||
| README_kickstart.md | ||
| init.lua | ||
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