sandboxing

This commit is contained in:
root 2026-07-18 11:45:31 -03:00
parent 5f70e8be94
commit 0f1a81c2aa
No known key found for this signature in database
13 changed files with 230 additions and 90 deletions

View file

@ -61,13 +61,13 @@ in
})
'';
}
# {
# plugin = comment-nvim;
# type = "lua";
# config = ''
# require('Comment').setup()
# '';
# }
{
plugin = comment-nvim;
type = "lua";
config = ''
require('Comment').setup()
'';
}
{
plugin = conform-nvim;
type = "lua";
@ -87,7 +87,7 @@ in
less = { "prettierd" },
blade = { "blade-formatter" },
go = { "gofmt" },
wgsl = { "wgsl_fmt" },
wgsl = { "wgslfmt" },
odin = { "odinfmt" },
},
})
@ -143,13 +143,13 @@ in
# plugin = neotest-zig;
# type = "lua";
# }
# {
# plugin = nvim-autopairs;
# type = "lua";
# config = ''
# require('nvim-autopairs').setup()
# '';
# }
{
plugin = nvim-autopairs;
type = "lua";
config = ''
require('nvim-autopairs').setup()
'';
}
{
plugin = nvim-dap;
type = "lua";