Skip to main content

nvim-config

Provides guidelines for configuring Neovim using built-in conventions without a plugin manager, enhancing coding efficiency.

Install this skill

or
54/100

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

medium line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22The native config lives at **`~/.dotfiles/nvim-fredrik/`** inside the dotfiles
low line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26~/.dotfiles/nvim-fredrik/ <- actual files (edit here)
low line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
27~/.dotfiles/stow/shared/.config/nvim-fredrik -> ../../../nvim-fredrik (stow entry)
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28~/.config/nvim-fredrik -> ~/.dotfiles/stow/shared/.config/nvim-fredrik (stow result)
medium line 37

Access to hidden dotfiles in home directory

SourceSKILL.md
37To apply stow symlinks after changes: `./rebuild.sh --stow` from `~/.dotfiles/`.
medium line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39nixpkgs -- binary at `~/.local/share/bob/nvim-bin/nvim`.
medium line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49nightly the path is `~/.local/share/bob/nightly/share/nvim/runtime/doc/`. Read
low line 205

Access to hidden dotfiles in home directory

SourceSKILL.md
205~/.config/nvim-fredrik/
medium line 666

Access to hidden dotfiles in home directory

SourceSKILL.md
666| Config dir | `vim.fn.stdpath("config")` | `~/.config/nvim` |
medium line 667

Access to hidden dotfiles in home directory

SourceSKILL.md
667| Data dir | `vim.fn.stdpath("data")` | `~/.local/share/nvim` |
medium line 669

Access to hidden dotfiles in home directory

SourceSKILL.md
669| State dir | `vim.fn.stdpath("state")` | `~/.local/state/nvim` |
medium line 671

Access to hidden dotfiles in home directory

SourceSKILL.md
671| Cache | `vim.fn.stdpath("cache")` | `~/.cache/nvim` |
low line 67

External URL reference

SourceSKILL.md
67**Online** -- https://neovim.io/doc/user/ (mirrors the same help pages).
low line 417

External URL reference

SourceSKILL.md
417{ src = "https://codeberg.org/mfussenegger/nvim-dap", name = "nvim-dap" },
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →