<leader>dw document wrap
This commit is contained in:
parent
c048e460d4
commit
e145f9f06d
2 changed files with 31 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ require('lazy').setup({
|
|||
-- Remember position
|
||||
{ 'vladdoster/remember.nvim', opts = {} },
|
||||
|
||||
-- Terminal
|
||||
{'akinsho/toggleterm.nvim', version = "*", config = true},
|
||||
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
-- with the first argument being the link and the following
|
||||
-- keys can be used to configure plugin behavior/loading/etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue