mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-02 03:01:54 +00:00
docs: fix typo in project README
I should hire someone to proofread my writing...
This commit is contained in:
parent
c3b9c979ee
commit
6576509cd5
1 changed files with 1 additions and 1 deletions
2
.github/README.md
vendored
2
.github/README.md
vendored
|
@ -237,7 +237,7 @@ customizability of plugin inputs, which is one of our primary features.
|
|||
an imperative path (e.g., `~/.config/nvim`) for my Neovim configuration instead
|
||||
of a configuration generated from Nix?
|
||||
|
||||
**A**: Yes! Add `"~/.config.nvim"` to `vim.additionalRuntimePaths = [ ... ]` and
|
||||
**A**: Yes! Add `"~/.config/nvim"` to `vim.additionalRuntimePaths = [ ... ]` and
|
||||
any plugins you want to load to `vim.startPlugins`. This will load your
|
||||
configuration from `~/.config/nvim`. You may still use `vim.*` to modify
|
||||
Neovim's behaviour with Nix.
|
||||
|
|
Loading…
Add table
Reference in a new issue