Skip to content

Commit

Permalink
home (nvim): Add pointer to repo with good examples
Browse files Browse the repository at this point in the history
I found this by using GitHub's code search with the following query:
https://github.com/search?q=path%3A*.nix+fromLua&type=code
  • Loading branch information
britter committed Nov 22, 2024
1 parent 9d2102f commit ca23480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/terminal/nvim/snippets/nix.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- See https://github.com/dwf/dotfiles/blob/6913670108bc9dcee5ca5264e17d162c57858967/neovim/snippets/nix.lua
-- for more inspiration
return {
s(
{ trig = "module", desc = "Module template with options" },
Expand Down

0 comments on commit ca23480

Please sign in to comment.