From 6421e094b58b729d086f80de17196198cbace0af Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 10 Nov 2013 14:57:28 -0500 Subject: Add vim-endwise --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index d7d47704..9a9a4813 100644 --- a/.vimrc +++ b/.vimrc @@ -163,6 +163,7 @@ Plug 'programble/itchy.vim' Plug 'programble/jellybeans.vim' Plug 'sickill/vim-pasta' Plug 'tpope/vim-commentary' +Plug 'tpope/vim-endwise' Plug 'tpope/vim-markdown' Plug 'tpope/vim-ragtag' Plug 'tpope/vim-surround' -- cgit 1.4.1 '3e2568aeb07f1df1b0e70a98130570cd229c10e3'/> (deprecated) process supervisor
summary refs log tree commit diff
path: root/spawnd.8 (unfollow)
Commit message (Expand)Author
2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe
2020-08-15Reap childrenJune McEnroe
2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe
2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe
2020-08-14Switch to timespec for timeoutsJune McEnroe
2020-08-14Implement serviceStartJune McEnroe
2020-08-14Flesh out Service structJune McEnroe
2020-08-14Build environment for servicesJune McEnroe
2020-08-14Implement spawntab parsingJune McEnroe
2020-08-14Open syslog, daemonize, write PIDJune McEnroe
2020-08-14Implement user and group lookupJune McEnroe
2020-08-14Add install targetJune McEnroe
2020-08-14Add spawnd skeletonJune McEnroe