1
0
Fork 0

fix: add trouble and formatter nvim plugins

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-02-08 00:31:48 -05:00
parent ded04456cb
commit 6db99389bc
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
4 changed files with 12 additions and 8 deletions

View file

@ -7,8 +7,6 @@ local function map(mode, lhs, rhs, opts)
vim.api.nvim_set_keymap(mode, lhs, rhs, options)
end
require("nvim-autopairs").setup {}
map("i", "<C-c>", "<ESC>:w<CR>:!just<CR>")
map("n", "<C-c>", "<ESC>:w<CR>:!just<CR>")