mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +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
|
-- Disable statusline in dashboard
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
pattern = { "dbout", "dbui" },
|
pattern = { "dbout", "dbui", "http", "httpResult" },
|
||||||
callback = function()
|
callback = function()
|
||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
opt.number = false -- Print line number
|
opt.number = false -- Print line number
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue