nix-config/modules/home/vim/ftdetect/gn.lua

8 lines
139 B
Lua
Raw Normal View History

2024-01-16 18:17:43 +01:00
-- Use GN filetype for Chromium Generate Ninja files
vim.filetype.add({
extension = {
gn = "gn",
gni = "gn",
},
})