mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
enc: remove line number on http file type
This commit is contained in:
parent
2839d4106b
commit
66c6917a73
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ vim.loader.enable()
|
|||
|
||||
-- Disable statusline in dashboard
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "dbout", "dbui" },
|
||||
pattern = { "dbout", "dbui", "http", "httpResult" },
|
||||
callback = function()
|
||||
local opt = vim.opt
|
||||
opt.number = false -- Print line number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue