Sun, 19 Feb 2023 13:03:57 -0600
Copy other ft and plugin settings
vim.diagnostic.config({ virtual_text = { true, severity = "WARN", }, }) vim.api.nvim_create_autocmd("LspAttach", { once = true, callback = function(args) vim.opt.number = true end, })