diff options
author | Linnnus <[email protected]> | 2023-12-09 09:18:19 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-09 09:18:19 +0100 |
commit | 0da7ee17facad0ebabf02e5302c851d875a02ca3 (patch) | |
tree | 7d052f79911c8fae28c33139fedd99917e92a62d /home/neovim/filetype.nix | |
parent | 977534211effc27304b61db0e21d80d4d2539f58 (diff) |
home/{neovim,dev-utils}: Add support for Nim
Diffstat (limited to 'home/neovim/filetype.nix')
-rw-r--r-- | home/neovim/filetype.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/neovim/filetype.nix b/home/neovim/filetype.nix index 671cecf..08b5e46 100644 --- a/home/neovim/filetype.nix +++ b/home/neovim/filetype.nix @@ -3,6 +3,7 @@ programs.neovim.plugins = with pkgs; with vimPlugins; [ # Filetype plugins + nim-vim vim-nix vim-noweb vim-janet |