parent
627c2eb18e
commit
45ed82a058
@ -0,0 +1,18 @@
|
||||
include ./theme.conf
|
||||
|
||||
font_family Liberation Mono
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 14
|
||||
|
||||
cursor_shape beam
|
||||
scrollback_lines 50000
|
||||
|
||||
map ctrl+shift+s paste_from_selection
|
||||
map ctrl+shift+n paste_from_clipboard
|
||||
|
||||
map ctrl+0 change_font_size all +2.0
|
||||
map ctrl+minus change_font_size all -2.0
|
||||
|
||||
update_check_interval 0
|
||||
@ -0,0 +1,21 @@
|
||||
background #fdf6e3
|
||||
foreground #52676f
|
||||
cursor #52676f
|
||||
selection_background #e9e2cb
|
||||
color0 #e4e4e4
|
||||
color8 #ffffd7
|
||||
color1 #d70000
|
||||
color9 #d75f00
|
||||
color2 #5f8700
|
||||
color10 #585858
|
||||
color3 #af8700
|
||||
color11 #626262
|
||||
color4 #0087ff
|
||||
color12 #808080
|
||||
color5 #af005f
|
||||
color13 #5f5faf
|
||||
color6 #00afaf
|
||||
color14 #8a8a8a
|
||||
color7 #262626
|
||||
color15 #1c1c1c
|
||||
selection_foreground #fcf4dc
|
||||
@ -1,10 +1,13 @@
|
||||
{
|
||||
"diagnostic.messageTarget": "echo",
|
||||
"signature.target": "echo",
|
||||
"suggest.maxCompleteItemCount": 20,
|
||||
"coc.preferences.hoverTarget": "echo",
|
||||
"python.jediEnabled": false,
|
||||
"suggest.timeout": 15000,
|
||||
"smartf.timeout": 2500,
|
||||
"smartf.jumpOnTrigger": false
|
||||
//"diagnostic.messageTarget": "echo",
|
||||
//"signature.target": "echo",
|
||||
//"suggest.maxCompleteItemCount": 20,
|
||||
//"coc.preferences.hoverTarget": "echo",
|
||||
//"python.jediEnabled": false,
|
||||
//"python.analysis.memory.keepLibraryAst": true,
|
||||
//"python.analysis.memory.keepLibraryLocalVariables": true,
|
||||
"python.formatting.provider": "black",
|
||||
//"coc.preferences.formatOnSaveFiletypes": ["python"],
|
||||
"python.linting.pylintEnabled": true,
|
||||
//"suggest.timeout": 15000
|
||||
}
|
||||
|
||||
@ -0,0 +1 @@
|
||||
let g:pydocstring_formatter = 'google'
|
||||
Loading…
Reference in new issue