Skip to content

Commit

Permalink
neovim: add GitHub Copilot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Nov 23, 2023
1 parent 977754e commit 927e347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/home-manager/terminal_environment/neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
in {patchPhase = ''cp ${schemeFile} colors/base16-scheme.vim'';}
))

# GitHub copilot integration
pkgs.vimPlugins.copilot-vim

# Used to format and make editing CSV files trivial
pkgs.vimPlugins.csv

Expand Down

0 comments on commit 927e347

Please sign in to comment.