my nvim cfg
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user