Created
October 18, 2023 13:17
-
-
Save nimaai/abea061c6067301537661e7605e91386 to your computer and use it in GitHub Desktop.
init.vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin() | |
Plug 'nvim-tree/nvim-tree.lua' | |
Plug 'nvim-tree/nvim-web-devicons' | |
call plug#end() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment