[nvim] Ouvre les splits à droite et en bas
This commit is contained in:
parent
233a8e1104
commit
b3e2aeb85f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue