diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/plug-config/asyncomplete.vim | 11 | ||||
-rw-r--r-- | .config/nvim/plug-config/floaterm.vim | 20 |
2 files changed, 0 insertions, 31 deletions
diff --git a/.config/nvim/plug-config/asyncomplete.vim b/.config/nvim/plug-config/asyncomplete.vim deleted file mode 100644 index 60c9cf1..0000000 --- a/.config/nvim/plug-config/asyncomplete.vim +++ /dev/null @@ -1,11 +0,0 @@ -autocmd User asyncomplete_setup call asyncomplete#register_source( - \ asyncomplete#sources#clang#get_source_options({ - \ 'config': { - \ 'clang_path': '/usr/bin/cc', - \ 'clang_args': { - \ 'default': ['-I/usr/include'], - \ 'c': ['-std=c89', '-I/usr/include'], - \ 'cpp': ['-std=c++98', '-I/usr/include'] - \ } - \ } - \ })) diff --git a/.config/nvim/plug-config/floaterm.vim b/.config/nvim/plug-config/floaterm.vim deleted file mode 100644 index 2ac83b9..0000000 --- a/.config/nvim/plug-config/floaterm.vim +++ /dev/null @@ -1,20 +0,0 @@ -" Floaterm -let g:floaterm_autoinsert = 1 -let g:floaterm_width = 0.6 -let g:floaterm_height = 0.45 -let g:floaterm_wintitle = 0 -let g:floaterm_autoclose = 1 -let g:floaterm_position = 'bottom' -let g:floaterm_gitcommit = 'split' -let g:floaterm_wintype = 'floating' -let g:floaterm_rootmarkers = - \ [ - \ '.project', - \ '.git', - \ '.hg', - \ '.svn', - \ '.root', - \ '.gitignore', - \ '.fslckout', - \ '.fossil-settings' - \ ] |