Add vim ftplugin stuff

This commit is contained in:
Daniel Flanagan 2018-12-11 09:16:48 -06:00
parent 637d514ffa
commit 3bb9075ae5
11 changed files with 25 additions and 8 deletions

View File

@ -1,7 +1,8 @@
*
!.gitignore
!init.vim
!settings.vim
!bindings.vim
!plugins.vim
!commands.vim
/*
!/ftplugin/*
!/.gitignore
!/init.vim
!/settings.vim
!/bindings.vim
!/plugins.vim
!/commands.vim

View File

@ -0,0 +1,5 @@
let b:ale_fixers = ['uncrustify']
let b:ale_linters = {
\ 'cs': ['OmniSharp']
\}
let g:OmniSharp_server_use_mono = 1

View File

@ -0,0 +1,3 @@
let b:ale_fixers = ['mix_format']
let g:ale_elixir_elixir_ls_release = '/home/daniel/code/open-source/elixir-ls/release'

View File

@ -0,0 +1 @@
let g:LanguageClient_rootMarkers = ['*.cabal', 'stack.yaml']

View File

@ -0,0 +1 @@
let b:ale_fixers = ['prettier', 'eslint']

View File

@ -0,0 +1 @@
let g:neomake_markdown_enabled_makers = []

View File

@ -0,0 +1,2 @@
let b:ale_linters = ['rls']

View File

@ -0,0 +1 @@
let b:ale_fixers = ['tslint']

View File

@ -0,0 +1 @@
" let b:ale_fixers = ['vint']

View File

@ -0,0 +1 @@
let b:ale_fixers = ['prettier', 'eslint']

View File

@ -12,7 +12,7 @@ pacaur --needed -S \
openssl `# Crypto` \
elixir `# Elixir Language` \
ruby `# Language` \
nodejs npm `# Language` \
nodejs npm yarn `# Language` \
python python-pip `# Python 3 Language` \
python2 python2-pip `# Language` \
pass `# Password Management` \