feat(vim): Change split line styling
This commit is contained in:
parent
034bda98d2
commit
5c1b707afe
@ -60,6 +60,9 @@ require('ayu').setup({
|
|||||||
|
|
||||||
require('ayu').colorscheme()
|
require('ayu').colorscheme()
|
||||||
|
|
||||||
|
-- Change pane split styling
|
||||||
|
vim.api.nvim_set_hl(0, "VertSplit", { link = "Conceal"})
|
||||||
|
|
||||||
--- Change default behaviour ---
|
--- Change default behaviour ---
|
||||||
-- Disable integrated providers
|
-- Disable integrated providers
|
||||||
vim.g.loaded_ruby_provider = 0
|
vim.g.loaded_ruby_provider = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user