mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-06 13:42:21 +00:00
Compare commits
No commits in common. "b4850409336b770d0db4cfd8acd71793747ddfe5" and "5bad5dd94ce5ea3b40b08d9e6802e69d02198d21" have entirely different histories.
b485040933
...
5bad5dd94c
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ manner.
|
|||
# flake.nix. For the sake of the argument, we will assume that the Neovim lua
|
||||
# configuration is in a nvim/ directory relative to flake.nix.
|
||||
vim = {
|
||||
additionalRuntimePaths = [
|
||||
additionalRuntimeDirectories = [
|
||||
# This will be added to Neovim's runtime paths. Conceptually, this behaves
|
||||
# very similarly to ~/.config/nvim but you may not place a top-level
|
||||
# init.lua to be able to require it directly.
|
||||
|
|
@ -41,7 +41,7 @@ directory, and call it with [](#opt-vim.luaConfigRC).
|
|||
```nix
|
||||
{pkgs, ...}: {
|
||||
vim = {
|
||||
additionalRuntimePaths = [
|
||||
additionalRuntimeDirectories = [
|
||||
# You can list more than one file here.
|
||||
./nvim-custom-1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue