Skip to content

Commit

Permalink
neovim: Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 22, 2024
1 parent eb62b27 commit 5256d99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nix/packages/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ grammarsPath = stdenv.mkDerivation rec {
wrapped = wrapNeovim inputs.neovim-nightly.packages.${pkgs.system}.default {
configure = {
customRC = /* vim */ ''
" Setting variables here is a clever way to set variables that are
" different in NixOS and MacOS
" let g:grammars_path = "${grammarsPath}"
" Load vim-plug
source ${vimPlugins.vim-plug}/plug.vim
Expand Down

0 comments on commit 5256d99

Please sign in to comment.