Skip to content

Commit

Permalink
Revert "home-manager/neovim: set formatprg to par"
Browse files Browse the repository at this point in the history
This reverts commit a256574.
  • Loading branch information
thiagokokada committed Jan 2, 2024
1 parent 88f1257 commit 746e66e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions home-manager/editor/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ in

config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
par
ripgrep
]
# For clipboard=unnamedplus
Expand Down Expand Up @@ -59,9 +58,6 @@ in
-- live substitutions as you type
vim.opt.inccommand = 'nosplit'
-- use par for formatting (`gq`)
vim.opt.formatprg = '${lib.getExe' pkgs.par "par"}'
-- copy and paste use the system clipboard
vim.opt.clipboard:append { 'unnamedplus' }
Expand Down

0 comments on commit 746e66e

Please sign in to comment.