Update neovim dotfiles

This commit is contained in:
Uttarayan Mondal
2021-10-24 20:03:36 +05:30
parent c490689105
commit 3a3b8a2bb0
12 changed files with 324 additions and 90 deletions

View File

@@ -17,7 +17,6 @@ require("toggleterm").setup{
-- see :h nvim_win_open for details on borders however
-- the 'curved' border is a custom border type
-- not natively supported but implemented in this plugin.
-- border = 'single' | 'double' | 'shadow' | 'curved' | ... other options supported by win open
border = 'single',
width = 30,