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;
|
vimAlias = true;
|
||||||
withPython = true;
|
withPython = true;
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
vim-polyglot
|
||||||
vim-sensible
|
vim-sensible
|
||||||
vim-startify
|
vim-startify
|
||||||
vim-javascript
|
|
||||||
vim-ruby
|
|
||||||
vim-nix
|
|
||||||
vim-elixir
|
|
||||||
alchemist-vim
|
alchemist-vim
|
||||||
haskell-vim
|
|
||||||
vim-markdown
|
|
||||||
vimtex
|
vimtex
|
||||||
vim-airline
|
vim-airline
|
||||||
rainbow
|
rainbow
|
||||||
|
|
@ -167,6 +162,7 @@ in {
|
||||||
\ 'javascript': ['prettier'],
|
\ 'javascript': ['prettier'],
|
||||||
\ 'javascript.jsx': ['prettier'],
|
\ 'javascript.jsx': ['prettier'],
|
||||||
\ 'javascriptreact': ['prettier'],
|
\ 'javascriptreact': ['prettier'],
|
||||||
|
\ 'typescriptreact': ['prettier'],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
" Easymotion
|
" Easymotion
|
||||||
|
|
@ -205,6 +201,7 @@ in {
|
||||||
|
|
||||||
let g:LanguageClient_rootMarkers = {
|
let g:LanguageClient_rootMarkers = {
|
||||||
\ 'elm': ['elm.json'],
|
\ 'elm': ['elm.json'],
|
||||||
|
\ 'typescriptreact': ['tsconfig.json'],
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
let g:LanguageClient_loggingFile = expand('~/.local/share/nvim/LanguageClient.log')
|
let g:LanguageClient_loggingFile = expand('~/.local/share/nvim/LanguageClient.log')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue