Skip to content
Snippets Groups Projects
Commit 5ea4acdf authored by La Fée Verte's avatar La Fée Verte
Browse files

adding function for TogBG

parent 43e4b1a6
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ function! TogBG() ...@@ -95,7 +95,7 @@ function! TogBG()
set background=dark set background=dark
endif endif
endfunction endfunction
command TogBG call TogBG()
" }}} " }}}
...@@ -156,6 +156,7 @@ if &t_Co > 2 || has("gui_running") ...@@ -156,6 +156,7 @@ if &t_Co > 2 || has("gui_running")
syntax on syntax on
set hlsearch set hlsearch
endif endif
" ---------------------------------------------}}}
" Leader settings ------------------------{{{ " Leader settings ------------------------{{{
let mapleader = "\\" let mapleader = "\\"
...@@ -460,4 +461,3 @@ let g:fugitive_gitlab_domains = ['https://git.qoto.org'] ...@@ -460,4 +461,3 @@ let g:fugitive_gitlab_domains = ['https://git.qoto.org']
" git config mergetool.prompt false " git config mergetool.prompt false
" }}} " }}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment