Enabled virtual lines

pull/1520/head
Diego Miguel M. Villamil 3 months ago
parent 632929a1e0
commit 62f8ac3e1a

@ -74,6 +74,12 @@ vim.opt.scrolloff = 10
-- It was in the nvim-highlight-colors instructions for highlighting css colors
vim.opt.termguicolors = true
-- virtual_text enables inline error messgages
-- idk what virtual_lines does yet
vim.diagnostic.config {
virtual_lines = { current_line = true },
}
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`

Loading…
Cancel
Save