Skip to content

Commit

Permalink
relativenumber + remove typos from conform
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jun 13, 2024
1 parent b9b5b4f commit 25392a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nvim/.config/nvim/lua/minimal-init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ vim.opt.breakindent = true
vim.opt.number = true
vim.opt.numberwidth = 3

-- Use relative line numbers
vim.opt.relativenumber = true

-- Case insensitive search for lowercase query
vim.opt.ignorecase = true

Expand Down
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ return {
sh = { "shfmt", "shellcheck" },
toml = { "taplo" },
yaml = { "prettier" },
["*"] = { "trim_whitespace", "typos" },
["*"] = { "trim_whitespace" },
},
},
}

0 comments on commit 25392a5

Please sign in to comment.