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
| " TODO current problems: | |
| " * end key not working undef tmux+fish | |
| " ============================================================================ | |
| " Vim-plug initialization | |
| " Avoid modify this section, unless you are very sure of what you are doing | |
| " persistant undo | |
| set undofile | |
| set undodir=~/.config/nvim/undodir |