Skip to content

Commit

Permalink
minor: readme, small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta committed Oct 1, 2024
1 parent 49d901c commit a68e7be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Nightvim

A Nix-native Neovim config.

## Try It!

You can try it without messing around your system at all (everything is self-contained):

```shell
nix run github:cfcosta/neovim.nix#
```
2 changes: 1 addition & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let
vim.opt.packpath:append(${toLua "${plugins}/share/nightvim"})
local __nv = (function()
${readFile ../lua/init.lua}
${readFile ./lua/init.lua}
end)()
${lib.concatStringsSep "\n" (map mapSpec plugins.specs)}
Expand Down
File renamed without changes.

0 comments on commit a68e7be

Please sign in to comment.