toansible: Remove vim in dotfiles

This commit is contained in:
flyingscorpio@clevo 2022-02-22 13:06:45 +01:00
parent b77022e0d3
commit 8fc0e08f60
2 changed files with 0 additions and 18 deletions

View file

@ -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']
}

View file

@ -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'],
}