fix: add trouble and formatter nvim plugins
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
ded04456cb
commit
6db99389bc
4 changed files with 12 additions and 8 deletions
|
@ -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>")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue