Skip to content

Commit

Permalink
nvim: use pkgs-unstable for other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Oct 24, 2023
1 parent 1634757 commit c2bde0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/home-manager/terminal_environment/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
pkgs.vimPlugins.LanguageClient-neovim

# Enhanced spelling and grammar checking
inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.vimPlugins.vim-lexical
pkgs-unstable.vimPlugins.vim-lexical

# Provides tree based file explorer
pkgs.vimPlugins.nerdtree

# Restores cursor position on opening previously opened files
inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.vimPlugins.restore-view-vim
pkgs-unstable.vimPlugins.restore-view-vim

# Format text into one line per sentance
inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.vimPlugins.vim-sentence-chopper
pkgs-unstable.vimPlugins.vim-sentence-chopper

# Provides syntax checking
pkgs.vimPlugins.syntastic
Expand Down

0 comments on commit c2bde0d

Please sign in to comment.