From 66c6917a738d942bf7e6c0e767348436799f0b27 Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Sat, 15 Jun 2024 05:54:28 +0700 Subject: [PATCH] enc: remove line number on http file type --- lua/user/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/options.lua b/lua/user/options.lua index c260f80..ddb57ae 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -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