vim plugin consolidation: language plugins -> polyglot
This commit is contained in:
parent
af086828eb
commit
1dc9cd4c70
1 changed files with 3 additions and 6 deletions
|
|
@ -117,15 +117,10 @@ in {
|
|||
vimAlias = true;
|
||||
withPython = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-polyglot
|
||||
vim-sensible
|
||||
vim-startify
|
||||
vim-javascript
|
||||
vim-ruby
|
||||
vim-nix
|
||||
vim-elixir
|
||||
alchemist-vim
|
||||
haskell-vim
|
||||
vim-markdown
|
||||
vimtex
|
||||
vim-airline
|
||||
rainbow
|
||||
|
|
@ -167,6 +162,7 @@ in {
|
|||
\ 'javascript': ['prettier'],
|
||||
\ 'javascript.jsx': ['prettier'],
|
||||
\ 'javascriptreact': ['prettier'],
|
||||
\ 'typescriptreact': ['prettier'],
|
||||
\}
|
||||
|
||||
" Easymotion
|
||||
|
|
@ -205,6 +201,7 @@ in {
|
|||
|
||||
let g:LanguageClient_rootMarkers = {
|
||||
\ 'elm': ['elm.json'],
|
||||
\ 'typescriptreact': ['tsconfig.json'],
|
||||
\ }
|
||||
|
||||
let g:LanguageClient_loggingFile = expand('~/.local/share/nvim/LanguageClient.log')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue