Update
This commit is contained in:
parent
802f0166ed
commit
b81486ced0
@ -1,4 +1,6 @@
|
||||
*.swp
|
||||
.git/
|
||||
.hg/
|
||||
.bundle/
|
||||
.vim/
|
||||
npm-debug.log
|
||||
|
||||
@ -13,7 +13,7 @@ color sidebar_flagged default color234
|
||||
# Color to give mailboxes containing new mail
|
||||
color sidebar_new color108 color234
|
||||
# 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 sidebar_ordinary default color234
|
||||
|
||||
|
||||
@ -31,6 +31,10 @@
|
||||
"port": 6008,
|
||||
"trace.server": "verbose",
|
||||
"filetypes": ["gd", "tscn", "gdscript3"]
|
||||
},
|
||||
"erlang": {
|
||||
"command": "erlang_ls",
|
||||
"filetypes": ["erlang"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -43,7 +43,7 @@ Plug 'scrooloose/nerdtree'
|
||||
Plug 'milkypostman/vim-togglelist' " <leader>l and <leader>q
|
||||
|
||||
" Snippets
|
||||
Plug 'Shougo/neosnippet'
|
||||
" Plug 'Shougo/neosnippet'
|
||||
Plug 'Shougo/neosnippet-snippets'
|
||||
Plug 'honza/vim-snippets'
|
||||
|
||||
@ -202,11 +202,6 @@ set hidden
|
||||
autocmd FileType ledger 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.
|
||||
if has('conceal')
|
||||
set conceallevel=0 concealcursor=niv
|
||||
|
||||
@ -12,7 +12,7 @@ transition=1
|
||||
;brightness=0.9
|
||||
; It is also possible to use different settings for day and night since version 1.8.
|
||||
;brightness-day=0.7
|
||||
brightness-night=0.7
|
||||
brightness-night=0.8
|
||||
|
||||
; Set the screen gamma (for all colors, or each color channel individually)
|
||||
;gamma=0.9
|
||||
@ -43,5 +43,5 @@ lon=44.77003519848199
|
||||
; ex: 'redshift -m randr:help'
|
||||
; In this example, randr is configured to adjust screen 1.
|
||||
; Note that the numbering starts from 0, so this is actually the second screen.
|
||||
[randr]
|
||||
screen=0
|
||||
; [randr]
|
||||
; screen=0
|
||||
|
||||
2
xinitrc
2
xinitrc
@ -15,8 +15,6 @@ export VDPAU_DRIVER=radeonsi
|
||||
# https://github.com/robbert-vdh/yabridge#environment-configuration
|
||||
export WINEFSYNC=1
|
||||
|
||||
export $(dbus-launch)
|
||||
|
||||
# TrackPoint+Middleclick scroll
|
||||
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
|
||||
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user