commit | 00cb6ae32492c49461a22556c996c323b2a19520 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:05:04 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:37 2023 +0000 |
tree | 7cad380396ce2647862694fbf95f2ca8ad82e60a | |
parent | 942d7e3d4182d89797a8274f462bfb3bc8d6388c [diff] |
Install copilot-vim
diff --git a/modules/neovim/copilot/default.nix b/modules/neovim/copilot/default.nix new file mode 100644 index 0000000..388e544 --- /dev/null +++ b/modules/neovim/copilot/default.nix
@@ -0,0 +1,5 @@ +{ pkgs, ... }: { + programs.neovim.plugins = [ + pkgs.vimPlugins.copilot-vim + ]; +}