Commit 5cbfcd90 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Merge remote-tracking branch 'origin/master'

parents 6b9d4517 b99f5491
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -9,8 +9,4 @@ let g:CtrlSpaceDefaultMappingKey = "<C-space> "

au TermOpen * source ~/.config/nvim/term.vim

if executable('nvr')
	let $EDITOR = 'nvr --remote-tab-wait -c ''setl bufhidden=wipe'''
endif

source ~/.vimrc
+9 −0
Original line number Diff line number Diff line
[Unit]
Description=periodically changing wallpapers

[Timer]
OnUnitActiveSec=600
RandomizedDelaySec=600

[Install]
WantedBy=window-manager.target
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
.bash_local
.zsh_local
.profile_local
.aliases
.bash_aliases
.zsh_aliases

# caches, history
/.cache
@@ -47,6 +50,9 @@
.vim/spell/*.utf-8.spl
.vim/spell/*.utf-8.sug

# systemd links directories
.config/systemd/user/*.wants

# software which will not be version controlled
/.adobe
/.asoundrc
Compare 6ca57e03 to 9544316e
Original line number Diff line number Diff line
Subproject commit 6ca57e035cc7c199ca7c1d893594270ec570f4d3
Subproject commit 9544316ef95c2aa1e75101a7dce545b4604b3ca6
+1 −0
Original line number Diff line number Diff line
setl expandtab
Loading