Basis for vim configuration
Hyped for neovim 0.5!
This commit is contained in:
parent
256a08f1a7
commit
dd0e5a2189
12 changed files with 69 additions and 12 deletions
9
config/automatrop/roles/vim/templates/plugins/ale.j2
Normal file
9
config/automatrop/roles/vim/templates/plugins/ale.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ add_source('dense-analysis/ale') }}
|
||||
|
||||
nmap <F3> :ALEFix<CR>
|
||||
|
||||
let g:ale_sign_error = '×'
|
||||
let g:ale_sign_warning = '!'
|
||||
let g:ale_completion_enabled = 1
|
||||
let g:ale_fixers = ['autopep8', 'shfmt', 'uncrustify', 'remove_trailing_lines', 'trim_whitespace', 'phpcbf']
|
||||
let g:ale_php_phpcs_standard = '/srv/http/machines/ruleset.xml'
|
|
@ -0,0 +1 @@
|
|||
{{ add_source('Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins'}) }}
|
Loading…
Add table
Add a link
Reference in a new issue