Sun, 19 Feb 2023 11:31:07 -0600
fsckobjects has also been a nuisance. maybe git just isn't great at integrity!
1016 | 1 | vim.diagnostic.config({ |
2 | virtual_text = { true, severity = "WARN", }, | |
3 | }) | |
4 | ||
5 | vim.api.nvim_create_autocmd("LspAttach", { | |
6 | once = true, | |
7 | callback = function(args) | |
8 | vim.opt.number = true | |
9 | end, | |
10 | }) |