ook-vim: add go language module
This commit is contained in:
parent
757f268a10
commit
7274434d34
2 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
./treesitter.nix
|
||||
./html.nix
|
||||
./ts.nix
|
||||
./go.nix
|
||||
];
|
||||
|
||||
vim.languages = {
|
||||
|
|
|
|||
5
outputs/pkgs/ook-vim/plugins/languages/go.nix
Normal file
5
outputs/pkgs/ook-vim/plugins/languages/go.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
vim.languages.go = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue