commit | 1909a0bc3b0822f23ee6ec304ecc16cd8b052da2 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed May 03 20:33:53 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed May 03 20:33:53 2023 +0000 |
tree | 5bd48207f8bc86143cda32611366ed9049bd79c0 | |
parent | 4e5f562ef749330f6069f3fb7cac5b9e4c0dc43d [diff] [blame] |
Reformat code
diff --git a/modules/neovim/hexokinase/default.nix b/modules/neovim/hexokinase/default.nix index 8409f6c..c5bf1f7 100644 --- a/modules/neovim/hexokinase/default.nix +++ b/modules/neovim/hexokinase/default.nix
@@ -2,7 +2,7 @@ programs.neovim = { plugins = [ pkgs.vimPlugins.vim-hexokinase ]; extraConfig = '' - let g:Hexokinase_highlighters = ['virtual'] + let g:Hexokinase_highlighters = ['virtual'] ''; }; }