1
Fork 0

More workspaces, firenvim tweaks and firefox extensions

This commit is contained in:
Matei Adriel 2023-03-07 15:19:18 +01:00
commit 271daab72d
No known key found for this signature in database
13 changed files with 104 additions and 19 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -33,10 +33,6 @@ function M.config()
-- {{{ Disable status line
vim.opt.laststatus = 0
-- }}}
-- {{{ Enable wrapping
vim.opt.wrap = true
require("my.helpers.wrapMovement").setup()
-- }}}
end
return M