@@ 140,6 140,22 @@ lvim.plugins = {
}
end
},
+ {
+ "https://git.sr.ht/~p00f/nvim-ts-rainbow",
+ config = function ()
+ require("nvim-treesitter.configs").setup {
+ rainbow = {
+ enable = true,
+ extended_mode = true,
+ max_file_lines = 10000,
+ }
+ }
+ end
+ },
+ {
+ 'nmac427/guess-indent.nvim',
+ config = function() require('guess-indent').setup {} end,
+ }
}
@@ 161,7 177,7 @@ vim.opt.guifont = "mono:h13"
vim.api.nvim_set_keymap("n", "Q", "<NOP>", { noremap = true, silent = true })
vim.cmd([[
set ruler
- set cc=81
+ set cc=101
" SpellBad underline
hi clear SpellBad