toansible: Remove vim in dotfiles
This commit is contained in:
parent
b77022e0d3
commit
8fc0e08f60
2 changed files with 0 additions and 18 deletions
|
@ -1,9 +0,0 @@
|
||||||
"""Main python conf file for handling paths in virtual environments"""
|
|
||||||
|
|
||||||
|
|
||||||
def Settings(**kwargs):
|
|
||||||
client_data = kwargs['client_data']
|
|
||||||
return {
|
|
||||||
'interpreter_path': client_data['g:ycm_python_interpreter_path'],
|
|
||||||
'sys_path': client_data['g:ycm_python_sys_path']
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
"""Base C family flags file copied from the USER GUIDE
|
|
||||||
(https://github.com/ycm-core/YouCompleteMe#option-2-provide-the-flags-manually)
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
def Settings(**kwargs):
|
|
||||||
return {
|
|
||||||
'flags': ['-x', 'c', '-Wall', '-Wextra', '-Werror', '-Wshadow'],
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue