summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/init.vim14
-rw-r--r--.config/systemd/user/yt-dlp.service1
2 files changed, 9 insertions, 6 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index a0395e3..23a5ecf 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -71,11 +71,11 @@ nmap <leader>i <Plug>(ale_info)
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
let g:ale_linters = {
- \ 'PKGBUILD' : ['shellcheck'],
- \ 'lua' : ['luacheck', 'lua_language_server'],
- \ 'sh' : ['shellcheck'],
- \ 'text' : ['cspell', 'languagetool'],
- \ 'yaml' : ['yamllint'],
+ \ 'PKGBUILD' : ['shellcheck'],
+ \ 'lua' : ['luacheck', 'lua_language_server'],
+ \ 'sh' : ['shellcheck'],
+ \ 'text' : ['cspell', 'languagetool'],
+ \ 'yaml' : ['yamllint'],
\}
let g:ale_fixers = {
\ '*' : ['remove_trailing_lines', 'trim_whitespace'],
@@ -119,5 +119,9 @@ let g:vimtex_grammar_vlty = {
\ 'shell_options' : '--equation-punctuation display',
\ 'show_suggestions' : '1',
\}
+let g:vimtex_toc_config = {
+ \ 'layers' : ['content'],
+ \ 'show_help' : 0,
+ \}
" vim: ft=vim
diff --git a/.config/systemd/user/yt-dlp.service b/.config/systemd/user/yt-dlp.service
index 8d8d66c..b9f6674 100644
--- a/.config/systemd/user/yt-dlp.service
+++ b/.config/systemd/user/yt-dlp.service
@@ -5,5 +5,4 @@ After=network-online.target
[Service]
Type=oneshot
-ExecStart=/home/justin/videos/youtube/download
ExecStart=/home/justin/videos/gabi-fastner/download