fix: add many plugins to neovim
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
96e830622a
commit
fcf2a53ed6
7 changed files with 115 additions and 12 deletions
|
@ -7,6 +7,8 @@ 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