ook-vim: add go language module

This commit is contained in:
ooks-io 2024-11-19 17:15:22 +11:00
parent 757f268a10
commit 7274434d34
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./treesitter.nix
./html.nix
./ts.nix
./go.nix
];
vim.languages = {

View file

@ -0,0 +1,5 @@
{
vim.languages.go = {
enable = true;
};
}