]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/neovim.json
Add zsh-evalcache (#430)
[xdg-ninja.git] / programs / neovim.json
1 {
2 "name": "neovim",
3 "files": [
4 {
5 "path": "$HOME/.nvim",
6 "movable": true,
7 "help": "Supported by default.\n\nNewer versions of neovim automatically create files at correct locations. You can move your configuration to _$XDG_CONFIG_HOME/nvim/_ and delete this directory.\n"
8 },
9 {
10 "path": "$HOME/.nviminfo",
11 "movable": true,
12 "help": "Supported by default.\n\nNewer versions of neovim automatically create files at correct locations, so this can safely be deleted.\n"
13 },
14 {
15 "path": "$HOME/.nvimlog",
16 "movable": true,
17 "help": "Supported by default.\n\nNewer versions of neovim automatically create files at correct locations, so this can safely be deleted.\n"
18 }
19 ]
20 }