Skip to content

Commit

Permalink
home-manager/neovim: remove smartindent
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 27, 2024
1 parent 0e08884 commit a58d40d
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 @@ -79,10 +79,6 @@ in
-- indent wrapped lines to match line start
vim.opt.breakindent = true
-- indent blocks automatically
-- WARN: disable if using treesitter.indent
vim.opt.smartindent = true
-- show line numbers
vim.opt.number = true
Expand Down

0 comments on commit a58d40d

Please sign in to comment.