neovim: added zoomwintab and netrw plugins
This commit is contained in:
parent
e5143b7af0
commit
968da5a7e2
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
# Better support for netrw
|
# Better support for netrw
|
||||||
vim-vinegar
|
vim-vinegar
|
||||||
|
netrw-nvim
|
||||||
|
nvim-web-devicons
|
||||||
|
|
||||||
# Bar at the top for all open buffers
|
# Bar at the top for all open buffers
|
||||||
bufferline-nvim
|
bufferline-nvim
|
||||||
|
@ -66,6 +68,10 @@
|
||||||
|
|
||||||
# Session management
|
# Session management
|
||||||
auto-session
|
auto-session
|
||||||
|
|
||||||
|
# zoom into windows
|
||||||
|
zoomwintab-vim
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -158,6 +164,7 @@
|
||||||
let g:neoformat_enabled_python = ['black', 'isort']
|
let g:neoformat_enabled_python = ['black', 'isort']
|
||||||
|
|
||||||
lua << EOF
|
lua << EOF
|
||||||
|
require'netrw'.setup{}
|
||||||
require("auto-session").setup {
|
require("auto-session").setup {
|
||||||
auto_save_enabled = true;
|
auto_save_enabled = true;
|
||||||
auto_restore_enabled = true;
|
auto_restore_enabled = true;
|
||||||
|
|
Loading…
Reference in a new issue