nixvim: ftplugin for just

This commit is contained in:
Oliver Davies 2025-08-07 00:55:24 +01:00
parent 15fe868a0c
commit 22b01f0a9b

View file

@ -0,0 +1,11 @@
{
flake.modules.nixvim.custom = {
extraFiles."after/ftplugin/just.lua".text =
# lua
''
local opt = vim.opt_local
opt.shiftwidth = 4
'';
};
}