This file contains 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
"Directory ~/.config/nvim | |
set number | |
set expandtab | |
set autoindent | |
set softtabstop=4 | |
set shiftwidth=2 | |
set tabstop=4 | |
"Enable mouse click for nvim |