diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-04 17:44:30 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-04 17:44:30 +0100 |
commit | cf6fed448406631c8d7e2cbfb7e25248e2ab305f (patch) | |
tree | 43a2a8a045e18b8867aea90bcc3bffbe31e7f717 | |
parent | c5fde9c69aa5c8c14fbe354a86f4835ab2869637 (diff) | |
parent | c8224cbf0ea2338254a50d4c30779f494e8553fb (diff) | |
download | configs-cf6fed448406631c8d7e2cbfb7e25248e2ab305f.tar.gz configs-cf6fed448406631c8d7e2cbfb7e25248e2ab305f.zip |
Merge branch 'master' of github.com:InigoGutierrez/configs
-rw-r--r-- | files/vim/ftplugin/sent/sent.vim | 8 | ||||
-rw-r--r-- | packages.txt | 7 |
2 files changed, 13 insertions, 2 deletions
diff --git a/files/vim/ftplugin/sent/sent.vim b/files/vim/ftplugin/sent/sent.vim new file mode 100644 index 0000000..2479f71 --- /dev/null +++ b/files/vim/ftplugin/sent/sent.vim @@ -0,0 +1,8 @@ +" ~/.vim/ftplugin/sent/sent.vim +" Vim configuration for writing sent presentations + +set spell +set textwidth=20 +call matchadd('ColorColumn', '\%21v') + +nnoremap ,r :w<CR>:!sent % & <CR><CR> diff --git a/packages.txt b/packages.txt index 265f56a..482acd2 100644 --- a/packages.txt +++ b/packages.txt @@ -25,8 +25,8 @@ gdb gimp git htop -i3-gaps i3blocks +i3-gaps i3lock i3status imagemagick @@ -36,9 +36,9 @@ libtool lolcat maim make +man2html man-db man-pages -man2html mpv neofetch neomutt @@ -62,6 +62,8 @@ shellcheck simple-scan sl system-config-printer +texlive-core +texlive-latexextra tmux ttf-inconsolata ttf-linux-libertine @@ -70,6 +72,7 @@ unrar urxvt-perls w3m wget +wtf xorg-server xorg-xev xorg-xfontsel |