feat(vim): Change split line styling

This commit is contained in:
Tanguy Herbron 2023-04-08 01:31:57 +02:00
parent 034bda98d2
commit 5c1b707afe

View File

@ -60,6 +60,9 @@ require('ayu').setup({
require('ayu').colorscheme()
-- Change pane split styling
vim.api.nvim_set_hl(0, "VertSplit", { link = "Conceal"})
--- Change default behaviour ---
-- Disable integrated providers
vim.g.loaded_ruby_provider = 0