[nvim] Ouvre les splits à droite et en bas

This commit is contained in:
Gregory Trolliet 2024-10-31 13:58:01 +01:00
parent 233a8e1104
commit b3e2aeb85f

View file

@ -23,3 +23,6 @@ vim.opt.listchars:append {
vim.opt.list = true
vim.opt.spelllang = {'fr', 'en'}
vim.opt.splitbelow = true
vim.opt.splitright = true