Skip to content

Commit

Permalink
terminal/editors/neovim: remove duplicate whitespace autocmd
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jun 4, 2024
1 parent 264f704 commit 2941c59
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
_: {
programs.nixvim.autoCmd = [
# Remove trailing whitespace on save
{
event = "BufWrite";
command = "%s/\\s\\+$//e";
}

# Open minimap on first buffer
# {
# event = "BufRead";
Expand Down

0 comments on commit 2941c59

Please sign in to comment.