diff options
| author | kkard2 <[email protected]> | 2024-03-10 13:14:37 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-03-10 13:14:37 +0100 |
| commit | 9299e281dc77fd0cc26c97d0ca4c515d3768c192 (patch) | |
| tree | 70d97e700864865a796869ed41a177ba95884393 | |
| parent | 1ae887ab06b34144495af5a9e36b0c6628bcab2c (diff) | |
i didn't like it
| -rw-r--r-- | nvim/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index be70bd4..1644566 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -8,7 +8,7 @@ vim.opt.shiftwidth = 4 vim.opt.expandtab = true vim.opt.smartindent = true -vim.opt.wrap = true -- we'll see if i like it +vim.opt.wrap = false -- i didn't like it vim.opt.swapfile = false vim.opt.backup = false @@ -99,7 +99,7 @@ vim.cmd([[set statusline+=\ spaces=%{&expandtab}]]) vim.keymap.set("i", "<C-l>", function() if vim.bo.filetype == "html" or vim.bo.filetype == "xml" then vim.fn.feedkeys(vim.api.nvim_replace_termcodes( - [[<Esc>mx?<[^/].\{-}><CR>"zyi<`xa<CR></<Esc>"zpa><Esc>O]], + [[<Esc>mx?<[^/].\{-}><CR>l"zy/[ >]<CR>`xa<CR></<Esc>"zpa><Esc>O]], true, true, true )) vim.schedule(function() |
