From 992f997054aeff8034de3d4b153f2cf4ead733f4 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 5 Sep 2023 14:05:27 +0200 Subject: up --- .config/nvim/plug-config/asyncomplete.vim | 11 ----------- .config/nvim/plug-config/floaterm.vim | 20 -------------------- 2 files changed, 31 deletions(-) delete mode 100644 .config/nvim/plug-config/asyncomplete.vim delete mode 100644 .config/nvim/plug-config/floaterm.vim (limited to '.config/nvim/plug-config') 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' - \ ] -- cgit v1.2.3