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
| set nu | |
| set wrap linebreak nolist | |
| set clipboard=unnamedplus | |
| set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab | |
| set encoding=utf-8 | |
| " Specify a directory for plugins | |
| " - For Neovim: ~/.local/share/nvim/plugged | |
| " - Avoid using standard Vim directory names like 'plugin' | |
| call plug#begin('~/.vim/plugged') |
NewerOlder