Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnglac committed Dec 4, 2020
2 parents dc19573 + 1d2c355 commit f7739cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/coc/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"coc-snippets": ">=2.2.9",
"coc-solargraph": ">=1.1.8",
"coc-sql": ">=0.4.0",
"coc-tabnine": ">=1.2.2",
"coc-tsserver": ">=1.6.1",
"coc-vetur": ">=1.2.3",
"coc-vimlsp": ">=0.11.0",
"coc-xml": ">=1.14.0",
"coc-yaml": ">=1.1.3",
"coc-yank": ">=1.1.11"
Expand Down
5 changes: 3 additions & 2 deletions .config/nvim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ Plug 'unblevable/quick-scope'
Plug 'tpope/vim-repeat'
" better whitespace
Plug 'ntpeters/vim-better-whitespace'
" I AM SO SORRY FOR DOING COLOR SCHEMES IN MY VIMRC, BUT I HAVE
" TOOOOOOOOOOOOO
" buffer closer
Plug 'Asheq/close-buffers.vim'
" colorschemes
Plug 'colepeters/spacemacs-theme.vim'
Plug 'gruvbox-community/gruvbox'
Plug 'sainnhe/gruvbox-material'
Expand Down
8 changes: 5 additions & 3 deletions .config/nvim/settings.plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let fc['https?://twitter.com.*'] = { 'takeover': 'never', 'priority': 1 }
let fc['https://.*gmail.com.*'] = { 'takeover': 'never', 'priority': 1 }
let fc['https://.*google.com.*'] = { 'takeover': 'never', 'priority': 1 }
let fc['https?://.*twitch.tv.*'] = { 'takeover': 'never', 'priority': 1 }
let fc['*localhost*'] = { 'takeover': 'never', 'priority': 1 }
"let fc['*localhost*'] = { 'takeover': 'never', 'priority': 1 }


" tab confs ------------------------------------------------------------------
Expand Down Expand Up @@ -357,8 +357,10 @@ autocmd! User GoyoLeave nested call <SID>goyo_leave()
" quick-scope confs
" Trigger a highlight in the appropriate direction when pressing these keys:
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
" Trigger a highlight only when pressing f and F.
let g:qs_highlight_on_keys = ['f', 'F']


" close-buffers confs
nnoremap <silent> <C-q> :Bdelete menu<CR>

" Terminal confs -------------------------------------------------------------
Expand Down

0 comments on commit f7739cb

Please sign in to comment.