More workspaces, firenvim tweaks and firefox extensions
This commit is contained in:
parent
7b45cb7697
commit
271daab72d
13 changed files with 104 additions and 19 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue