2025-08-30 22:08:02 +01:00
|
|
|
{
|
|
|
|
flake.modules.nixvim.custom = {
|
|
|
|
extraFiles."after/ftplugin/go.lua".text =
|
|
|
|
# lua
|
|
|
|
''
|
|
|
|
vim.opt.makeprg = "go run %"
|
2025-10-02 12:00:17 +01:00
|
|
|
|
|
|
|
vim.keymap.set("n", "<leader>n", "iif err != nil {return err}<CR><ESC>")
|
2025-08-30 22:08:02 +01:00
|
|
|
'';
|
|
|
|
};
|
|
|
|
}
|