my nvim cfg

This commit is contained in:
veypi
2022-04-22 15:30:12 +08:00
parent cef944b20e
commit 7754883738
11 changed files with 482 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
require('Comment').setup()
require('nvim-autopairs').setup()
require("toggleterm").setup {
open_mapping = [[<c-\>]],
hide_numbers = true,
insert_mappings = true, -- whether or not the open mapping applies in insert mode
terminal_mappings = true,
shell = vim.o.shell,
}