This commit is contained in:
2021-10-20 19:44:24 +04:00
parent 802f0166ed
commit b81486ced0
6 changed files with 11 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
*.swp *.swp
.git/
.hg/
.bundle/ .bundle/
.vim/ .vim/
npm-debug.log npm-debug.log

View File

@@ -13,7 +13,7 @@ color sidebar_flagged default color234
# Color to give mailboxes containing new mail # Color to give mailboxes containing new mail
color sidebar_new color108 color234 color sidebar_new color108 color234
# color sidebar_spoolfile green default # color sidebar_spoolfile green default
color sidebar_spoolfile yellow color234 # color sidebar_spoolfile yellow color234
# Color to give mailboxes containing no new/flagged mail, etc. # Color to give mailboxes containing no new/flagged mail, etc.
color sidebar_ordinary default color234 color sidebar_ordinary default color234

View File

@@ -31,6 +31,10 @@
"port": 6008, "port": 6008,
"trace.server": "verbose", "trace.server": "verbose",
"filetypes": ["gd", "tscn", "gdscript3"] "filetypes": ["gd", "tscn", "gdscript3"]
},
"erlang": {
"command": "erlang_ls",
"filetypes": ["erlang"]
} }
} }
} }

View File

@@ -43,7 +43,7 @@ Plug 'scrooloose/nerdtree'
Plug 'milkypostman/vim-togglelist' " <leader>l and <leader>q Plug 'milkypostman/vim-togglelist' " <leader>l and <leader>q
" Snippets " Snippets
Plug 'Shougo/neosnippet' " Plug 'Shougo/neosnippet'
Plug 'Shougo/neosnippet-snippets' Plug 'Shougo/neosnippet-snippets'
Plug 'honza/vim-snippets' Plug 'honza/vim-snippets'
@@ -202,11 +202,6 @@ set hidden
autocmd FileType ledger setlocal sw=4 ts=4 sts=4 autocmd FileType ledger setlocal sw=4 ts=4 sts=4
autocmd FileType rust setlocal sw=4 ts=4 sts=4 autocmd FileType rust setlocal sw=4 ts=4 sts=4
" Neocomplete snippets
imap <C-k> <Plug>(neosnippet_expand_or_jump)
smap <C-k> <Plug>(neosnippet_expand_or_jump)
xmap <C-k> <Plug>(neosnippet_expand_target)
" For conceal markers. " For conceal markers.
if has('conceal') if has('conceal')
set conceallevel=0 concealcursor=niv set conceallevel=0 concealcursor=niv

View File

@@ -12,7 +12,7 @@ transition=1
;brightness=0.9 ;brightness=0.9
; It is also possible to use different settings for day and night since version 1.8. ; It is also possible to use different settings for day and night since version 1.8.
;brightness-day=0.7 ;brightness-day=0.7
brightness-night=0.7 brightness-night=0.8
; Set the screen gamma (for all colors, or each color channel individually) ; Set the screen gamma (for all colors, or each color channel individually)
;gamma=0.9 ;gamma=0.9
@@ -43,5 +43,5 @@ lon=44.77003519848199
; ex: 'redshift -m randr:help' ; ex: 'redshift -m randr:help'
; In this example, randr is configured to adjust screen 1. ; In this example, randr is configured to adjust screen 1.
; Note that the numbering starts from 0, so this is actually the second screen. ; Note that the numbering starts from 0, so this is actually the second screen.
[randr] ; [randr]
screen=0 ; screen=0

View File

@@ -15,8 +15,6 @@ export VDPAU_DRIVER=radeonsi
# https://github.com/robbert-vdh/yabridge#environment-configuration # https://github.com/robbert-vdh/yabridge#environment-configuration
export WINEFSYNC=1 export WINEFSYNC=1
export $(dbus-launch)
# TrackPoint+Middleclick scroll # TrackPoint+Middleclick scroll
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1 xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2 xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2