dotfiles/.config/nvim/init.vim.bak
2024-04-01 23:19:04 +03:00

16 lines
211 B
VimL

call plug#begin()
Plug 'nvim-tree/nvim-web-devicons'
Plug 'nvim-tree/nvim-tree.lua'
call plug#end()
lua require'nvim-tree'.setup {}
set number
set noswapfile
" Indentation
set autoindent
set shiftwidth=4