Skip to content

Commit

Permalink
chore(aucmd): remove unused fts from set relativenumbers aucmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Dec 3, 2024
1 parent 9c42160 commit 67d4b3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/autocommands.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ function()
local bufnr = vim.api.nvim_get_current_buf()
local exclude = {
[''] = true,
['NvimTree'] = true,
['qf'] = true,
['alpha'] = true,
['help'] = true,
['undotree'] = true,
['diff'] = true,
Expand All @@ -37,9 +35,7 @@ function()
local bufnr = vim.api.nvim_get_current_buf()
local exclude = {
[''] = true,
['NvimTree'] = true,
['qf'] = true,
['alpha'] = true,
['help'] = true,
['undotree'] = true,
['diff'] = true,
Expand Down

0 comments on commit 67d4b3e

Please sign in to comment.