|
@ -13,8 +13,8 @@ Plug 'tpope/vim-sensible' " Defaults everyone can agree on |
|
|
Plug 'tpope/vim-surround' " better handling of surrounding markers |
|
|
Plug 'tpope/vim-surround' " better handling of surrounding markers |
|
|
Plug 'tpope/vim-ragtag' " Enhancement of surround for html |
|
|
Plug 'tpope/vim-ragtag' " Enhancement of surround for html |
|
|
Plug 'tpope/vim-repeat' " repeat last command with . |
|
|
Plug 'tpope/vim-repeat' " repeat last command with . |
|
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } " file tree |
|
|
|
|
|
Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' } |
|
|
|
|
|
|
|
|
Plug 'scrooloose/nerdtree', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] } " file tree |
|
|
|
|
|
Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] } |
|
|
Plug 'scrooloose/nerdcommenter' " better commenting |
|
|
Plug 'scrooloose/nerdcommenter' " better commenting |
|
|
Plug 'neoclide/coc.nvim', {'branch': 'release'} " coc - completion |
|
|
Plug 'neoclide/coc.nvim', {'branch': 'release'} " coc - completion |
|
|
Plug 'easymotion/vim-easymotion' " better motion with leader |
|
|
Plug 'easymotion/vim-easymotion' " better motion with leader |
|
@ -33,6 +33,7 @@ Plug 'dpelle/vim-LanguageTool', { 'for': ['markdown', 'tex', 'plaintext', 'mail' |
|
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update |
|
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update |
|
|
Plug 'nvim-treesitter/nvim-treesitter-textobjects' |
|
|
Plug 'nvim-treesitter/nvim-treesitter-textobjects' |
|
|
Plug 'kyazdani42/nvim-web-devicons' " Icons... |
|
|
Plug 'kyazdani42/nvim-web-devicons' " Icons... |
|
|
|
|
|
Plug 'mfussenegger/nvim-dap', { 'for': ['typescript', 'javascript', 'python', 'rust'] } |
|
|
|
|
|
|
|
|
" telescope. Needed for octo.nvim, might replace fzf |
|
|
" telescope. Needed for octo.nvim, might replace fzf |
|
|
Plug 'nvim-lua/popup.nvim' |
|
|
Plug 'nvim-lua/popup.nvim' |
|
|