<leader>dw document wrap

This commit is contained in:
Imbus 2024-11-12 16:31:04 +01:00
parent c048e460d4
commit e145f9f06d
2 changed files with 31 additions and 0 deletions

View file

@ -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.