sandboxing
This commit is contained in:
parent
5f70e8be94
commit
0f1a81c2aa
13 changed files with 230 additions and 90 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue