Remove Bracey and Pomodoro plugins
This commit is contained in:
@@ -26,11 +26,6 @@ let g:closetag_regions = {
|
||||
\ 'javascriptreact': 'jsxRegion',
|
||||
\ }
|
||||
|
||||
let g:bracey_refresh_on_save = 1
|
||||
let g:bracey_server_allow_remote_connections = 1
|
||||
let g:bracey_server_port = 3000
|
||||
let g:bracey_eval_on_save = 1
|
||||
|
||||
" Ignore files inside .git directory by CtrlP
|
||||
let g:ctrlp_user_command = ['.git/', 'git --git-dir=%s/.git ls-files -oc --exclude-standard']
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ Plug 'kyazdani42/nvim-tree.lua'
|
||||
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }
|
||||
Plug 'akinsho/bufferline.nvim'
|
||||
Plug 'alvan/vim-closetag'
|
||||
Plug 'turbio/bracey.vim', { 'do': 'npm install --prefix server' }
|
||||
Plug 'kyazdani42/nvim-web-devicons'
|
||||
Plug 'kevinoid/vim-jsonc'
|
||||
Plug 'fatih/vim-go'
|
||||
@@ -24,7 +23,6 @@ Plug 'lukas-reineke/indent-blankline.nvim'
|
||||
Plug 'lewis6991/gitsigns.nvim'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'Odie/gitabra'
|
||||
Plug 'tricktux/pomodoro.vim'
|
||||
Plug 'stevearc/gkeep.nvim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
Reference in New Issue
Block a user