nvim-config
Provides guidelines for configuring Neovim using built-in conventions without a plugin manager, enhancing coding efficiency.
Install this skill
Security score
The nvim-config skill was audited on Jun 8, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 22 | The native config lives at **`~/.dotfiles/nvim-fredrik/`** inside the dotfiles |
Access to hidden dotfiles in home directory
| 26 | ~/.dotfiles/nvim-fredrik/ <- actual files (edit here) |
Access to hidden dotfiles in home directory
| 27 | ~/.dotfiles/stow/shared/.config/nvim-fredrik -> ../../../nvim-fredrik (stow entry) |
Access to hidden dotfiles in home directory
| 28 | ~/.config/nvim-fredrik -> ~/.dotfiles/stow/shared/.config/nvim-fredrik (stow result) |
Access to hidden dotfiles in home directory
| 37 | To apply stow symlinks after changes: `./rebuild.sh --stow` from `~/.dotfiles/`. |
Access to hidden dotfiles in home directory
| 39 | nixpkgs -- binary at `~/.local/share/bob/nvim-bin/nvim`. |
Access to hidden dotfiles in home directory
| 49 | nightly the path is `~/.local/share/bob/nightly/share/nvim/runtime/doc/`. Read |
Access to hidden dotfiles in home directory
| 205 | ~/.config/nvim-fredrik/ |
Access to hidden dotfiles in home directory
| 666 | | Config dir | `vim.fn.stdpath("config")` | `~/.config/nvim` | |
Access to hidden dotfiles in home directory
| 667 | | Data dir | `vim.fn.stdpath("data")` | `~/.local/share/nvim` | |
Access to hidden dotfiles in home directory
| 669 | | State dir | `vim.fn.stdpath("state")` | `~/.local/state/nvim` | |
Access to hidden dotfiles in home directory
| 671 | | Cache | `vim.fn.stdpath("cache")` | `~/.cache/nvim` | |
External URL reference
| 67 | **Online** -- https://neovim.io/doc/user/ (mirrors the same help pages). |
External URL reference
| 417 | { src = "https://codeberg.org/mfussenegger/nvim-dap", name = "nvim-dap" }, |