feat: add numbers to help windows
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "help",
|
||||
callback = function()
|
||||
vim.wo.number = true
|
||||
vim.wo.relativenumber = true
|
||||
end,
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
desc = "Use tabs for indents in Go files",
|
||||
pattern = "go",
|
||||
|
||||
Reference in New Issue
Block a user