diff --git a/dotfiles/nvim/lua/neoconf/settings.lua b/dotfiles/nvim/lua/neoconf/settings.lua index cbe0035..e9578b0 100644 --- a/dotfiles/nvim/lua/neoconf/settings.lua +++ b/dotfiles/nvim/lua/neoconf/settings.lua @@ -41,3 +41,6 @@ vim.o.confirm = true -- spell checking vim.opt.spell = true vim.opt.spelllang = "fr" +-- wrap +vim.o.wrap = true +vim.o.linebreak = true