⚡ improves conf of geany
This commit is contained in:
BIN
.config/geany/plugins/.DS_Store
vendored
Normal file
BIN
.config/geany/plugins/.DS_Store
vendored
Normal file
Binary file not shown.
@ -6,12 +6,12 @@ enable_tasks=true
|
||||
tasks_token_list=TODO;FIXME
|
||||
tasks_scan_all_documents=false
|
||||
enable_systray=false
|
||||
enable_bookmarklist=false
|
||||
enable_bookmarklist=true
|
||||
enable_markword=false
|
||||
enable_markword_single_click_deselect=false
|
||||
strip_trailing_blank_lines=false
|
||||
enable_xmltagging=false
|
||||
enable_enclose_words=false
|
||||
enable_enclose_words_auto=false
|
||||
enable_colortip=false
|
||||
enable_double_click_color_chooser=false
|
||||
enable_colortip=true
|
||||
enable_double_click_color_chooser=true
|
||||
|
@ -7,8 +7,8 @@ sbracket=true
|
||||
dquote=true
|
||||
squote=true
|
||||
backquote=true
|
||||
backquote_bashonly=true
|
||||
comments_ac_enable=false
|
||||
backquote_bashonly=false
|
||||
comments_ac_enable=true
|
||||
delete_pairing_brace=true
|
||||
suppress_doubling=true
|
||||
enclose_selections=true
|
||||
|
@ -1,3 +0,0 @@
|
||||
[switch_head_impl]
|
||||
implementations_list=c,C,cc,c++,cxx,cpp;frag;adb;
|
||||
headers_list=hh,h++,hxx,hpp,h;vert;ads;
|
7
.config/geany/plugins/filebrowser/filebrowser.conf
Normal file
7
.config/geany/plugins/filebrowser/filebrowser.conf
Normal file
@ -0,0 +1,7 @@
|
||||
[filebrowser]
|
||||
open_command=dolphin "%d"
|
||||
show_hidden_files=true
|
||||
hide_object_files=true
|
||||
hidden_file_extensions=.o .obj .so .dll .a .lib .pyc
|
||||
fb_follow_path=false
|
||||
fb_set_project_base_path=false
|
@ -1,4 +1,4 @@
|
||||
[Settings]
|
||||
enable_vim=true
|
||||
enable_vim=false
|
||||
insert_for_dummies=false
|
||||
start_in_insert=false
|
||||
start_in_insert=true
|
||||
|
Reference in New Issue
Block a user