nvim: update

This commit is contained in:
2023-10-05 16:50:56 +03:00
parent a051a78f5d
commit c99f49cb98
5 changed files with 64 additions and 47 deletions

View File

@@ -50,8 +50,8 @@ map('v', '<', '<gv')
map('v', '>', '>gv')
-- vim-easy-align
map('x', 'ga', ':EasyAlign<CR>') -- TODO: this should allow for gaip, but does not
map('v', 'ga', ':EasyAlign<CR>')
vim.keymap.set("n", "ga", "<Plug>(EasyAlign)")
vim.keymap.set("x", "ga", "<Plug>(EasyAlign)")
-- nvim-tree.lua
nmap('<leader>n', ':NvimTreeToggle<CR>')