migrate nvim config to 0.12.0: vim.pack, ui2, snacks -> mini, just general spring cleaning
This commit is contained in:
parent
d1178fbe59
commit
14b1a9b057
70 changed files with 1081 additions and 1483 deletions
|
|
@ -1,14 +1,6 @@
|
|||
local sev = vim.diagnostic.severity
|
||||
vim.diagnostic.config({
|
||||
-- underline = true,
|
||||
-- This enables the diagnostics at end of line
|
||||
-- virtual_text = {
|
||||
-- prefix = "●",
|
||||
-- },
|
||||
-- Disable this whilst using tiny inline diagnostics
|
||||
virtual_text = false,
|
||||
-- This enables the separate buffer diagnostics
|
||||
-- virtual_lines = true,
|
||||
update_in_insert = true,
|
||||
signs = {
|
||||
text = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue