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
"Allow project specific .vimrc execution | |
set exrc | |
"no backup files | |
set nobackup | |
"only in case you don't want a backup file while editing | |
set nowritebackup | |
"no swap files |
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
require "paq" { | |
"savq/paq-nvim"; | |
"OmniSharp/omnisharp-vim"; | |
"preservim/nerdtree"; | |
"dense-analysis/ale"; | |
"BurntSushi/ripgrep"; | |
"nvim-lua/plenary.nvim"; | |
{"nvim-telescope/telescope.nvim", branch="0.1.x"}; | |
"prabirshrestha/asyncomplete.vim"; | |
"mhinz/vim-signify"; |
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
require "paq" { | |
"savq/paq-nvim"; | |
"OmniSharp/omnisharp-vim"; | |
"preservim/nerdtree"; | |
"dense-analysis/ale"; | |
"BurntSushi/ripgrep"; | |
"nvim-lua/plenary.nvim"; | |
{"nvim-telescope/telescope.nvim", branch="0.1.x"}; | |
"mhinz/vim-signify"; | |
{"neoclide/coc.nvim",·branch="release"}; |