Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
884331468a
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ vim.opt.expandtab = true
|
|||
-- line numbers are handy
|
||||
vim.opt.number = true
|
||||
|
||||
-- I want to be able to read long lines nicely
|
||||
vim.wo.wrap = true
|
||||
vim.wo.linebreak = true
|
||||
vim.wo.list = false
|
||||
|
||||
-- Use LSP to format bufer automatically just before write
|
||||
--vim.api.nvim_create_autocmd("BufWritePre", {
|
||||
-- buffer = buffer,
|
||||
|
|
|
|||
Loading…
Reference in a new issue