]> Arthur Taft Gitweb - nvim.git/blob - lua/plugins/terminal.lua
Change tab indent to 4 spaces
[nvim.git] / lua / plugins / terminal.lua
1 return {
2   { "akinsho/toggleterm.nvim", version = "*", opts = { open_mapping = [[<c-\>]] } },
3 }