LnL7 / vim-nix

Vim configuration files for Nix http://nixos.org/nix
MIT License
288 stars 26 forks source link

Interpret flake.lock files as JSON #43

Closed ooesili closed 2 years ago

ooesili commented 2 years ago

Nix flakes use lock files named flake.lock, which vim currently interprets as a plain text file. This commit adds an auto command that sets the filetype of files named flake.lock to json.