vim and i3 changes

nvim
spinach 2 years ago
parent 43b4e6e732
commit a38ea51a04

@ -0,0 +1 @@
14:11:33 LOG

@ -26,6 +26,10 @@ let g:go_highlight_function_calls=1
let g:go_highlight_operators=1 let g:go_highlight_operators=1
let g:go_highlight_extra_types=1 let g:go_highlight_extra_types=1
" vimmarkdown config
let g:vim_markdown_folding_disabled = 1
let g:vim_markdown_math = 1
let g:vim_markdown_strikethrough = 1
" use md for vim wiki and disable global linking " use md for vim wiki and disable global linking
let g:vimwiki_list = [{'path': '~/vimwiki/', let g:vimwiki_list = [{'path': '~/vimwiki/',
\ 'syntax': 'markdown', 'ext': '.md'}] \ 'syntax': 'markdown', 'ext': '.md'}]

@ -33,7 +33,7 @@ exec --no-startup-id dex --autostart --environment i3
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen. # screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/.local/bin/i3lock-blur --nofork
# NetworkManager is the most popular way to manage wireless networks on Linux, # NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it. # and nm-applet is a desktop environment-independent system tray GUI for it.

@ -72,7 +72,7 @@ label-muted-foreground = ${colors.disabled}
[module/weather] [module/weather]
type = custom/script type = custom/script
exec = weather -pd exec = weather -p
interval = 30 interval = 30
[module/memory] [module/memory]

@ -1,6 +1,10 @@
# go path # go path
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
# Visual/Editor
export VISUAL=vim
export EDITOR=$VISUAL
# add local paths # add local paths
if [ -d $HOME/bin ] ; then if [ -d $HOME/bin ] ; then
export PATH=$PATH:$HOME/bin export PATH=$PATH:$HOME/bin

Loading…
Cancel
Save