Chris преди 5 години
родител
ревизия
bdad0adcab
променени са 2 файла, в които са добавени 23 реда и са изтрити 1 реда
  1. 1 1
      general/settings.vim
  2. 22 0
      plug-config/coc.vim

+ 1 - 1
general/settings.vim

@@ -35,7 +35,7 @@ if !exists('g:vscode')
   set timeoutlen=100                      " By default timeoutlen is 1000 ms
   set clipboard=unnamedplus               " Copy paste between vim and everything else
   set incsearch
-  set guifont=Hack\ Nerd\ Font
+  " set guifont=Hack\ Nerd\ Font
   " let $NVIM_TUI_ENABLE_TRUE_COLOR=1
   " set mmp=1300
   " set autochdir                           " Your working directory will always be the same as your working directory

+ 22 - 0
plug-config/coc.vim

@@ -1,3 +1,24 @@
+  " let g:coc_global_extensions = [
+  "   \ 'coc-snippets',
+  "   \ 'coc-actions',
+  "   \ 'coc-emmet',
+  "   \ 'coc-pairs',
+  "   \ 'coc-tsserver',
+  "   \ 'coc-floaterm',
+  "   \ 'coc-html',
+  "   \ 'coc-css',
+  "   \ 'coc-cssmodules',
+  "   \ 'coc-yaml',
+  "   \ 'coc-python',
+  "   \ 'coc-explorer',
+  "   \ 'coc-svg',
+  "   \ 'coc-prettier',
+  "   \ 'coc-vimlsp',
+  "   \ 'coc-xml',
+  "   \ 'coc-yank',
+  "   \ 'coc-json',
+  "   \ 'coc-vimtex',
+  "   \ ]
 
 " Use tab for trigger completion with characters ahead and navigate.
 inoremap <silent><expr> <TAB>
@@ -132,3 +153,4 @@ let g:coc_explorer_global_presets = {
 " nnoremap <silent> <leader>e :CocCommand explorer<CR>
 " nmap <space>f :CocCommand explorer --preset floatingRightside<CR>
 autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif
+