Firenvim tweaks and upgraded slambda
This commit is contained in:
parent
391b43f9f9
commit
460a4facd0
3 changed files with 10 additions and 21 deletions
dotfiles/neovim/lua/my/plugins
|
@ -30,9 +30,13 @@ function M.config()
|
|||
end,
|
||||
})
|
||||
-- }}}
|
||||
|
||||
-- Disable status line
|
||||
-- {{{ Disable status line
|
||||
vim.opt.laststatus = 0
|
||||
-- }}}
|
||||
-- {{{ Enable wrapping
|
||||
vim.opt.wrap = true
|
||||
require("my.helpers.wrapMovement").setup()
|
||||
-- }}}
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue