diff --git a/README.org b/README.org index 7ad8a4b..5f08766 100644 --- a/README.org +++ b/README.org @@ -106,7 +106,6 @@ A repository of my personal server configuration files. - [[https://github.com/airblade/vim-gitgutter][airblade/vim-gitgutter]] - [[https://github.com/dense-analysis/ale][dense-analysis/ale]] - [[https://github.com/godlygeek/tabular][godlygeek/tabular]] -- [[https://github.com/neoclide/coc.nvim][neoclice/coc.nvim]] - [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]] - [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]] - [[https://github.com/sheerun/vim-polyglot][sheerun/vim-polyglot]] diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index c07d237..40ce011 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -36,7 +36,6 @@ Plug 'airblade/vim-gitgutter' Plug 'dense-analysis/ale' Plug 'godlygeek/tabular' - Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'preservim/nerdcommenter' Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } Plug 'sheerun/vim-polyglot' @@ -159,31 +158,6 @@ set termguicolors " } - " haskell { - autocmd BufWrite *.hs :%!stylish-haskell - " } - - " coc { - vmap f (coc-format-selected) - nmap f (coc-format-selected) - - " Run jest for current project - command! -nargs=0 Jest :call CocAction('runCommand', 'jest.projectTest') - - " Run jest for current file - command! -nargs=0 JestCurrent :call CocAction('runCommand', 'jest.fileTest', ['%']) - - " Run jest for current test - nnoremap te :call CocAction('runCommand', 'jest.singleTest') - - " Init jest in current cwd, require global jest command exists - command! JestInit :call CocAction('runCommand', 'jest.init') - - " use and to navigate completion list - inoremap pumvisible() ? "\" : "\" - inoremap pumvisible() ? "\" : "\" - " } - " ale { " Shortcuts jump between linting errors map [c (ale_previous_wrap)