enc: add update config kotlin

This commit is contained in:
Pojok Code 2024-11-27 09:19:02 +07:00
parent 3fb9efd7c9
commit d084330d2f
8 changed files with 452 additions and 357 deletions

View file

@ -61,7 +61,7 @@ vim.loader.enable()
-- Disable statusline in dashboard
vim.api.nvim_create_autocmd("FileType", {
pattern = { "dbout", "dbui", "http", "httpResult" },
pattern = { "mysql", "dbout", "dbui", "http", "httpResult" },
callback = function()
local opt = vim.opt
opt.number = false -- Print line number