aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/after/ftplugin/sxhkdrc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/nvim/after/ftplugin/sxhkdrc.lua')
-rw-r--r--home/.config/nvim/after/ftplugin/sxhkdrc.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/.config/nvim/after/ftplugin/sxhkdrc.lua b/home/.config/nvim/after/ftplugin/sxhkdrc.lua
deleted file mode 100644
index 327c5a0..0000000
--- a/home/.config/nvim/after/ftplugin/sxhkdrc.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-vim.bo.commentstring = "# %s"
-
-vim.api.nvim_create_autocmd(
- "BufWritePost",
- {
- group = vim.api.nvim_create_augroup("sxhkd", { clear = true }),
- buffer = 0,
- command = "!pkill --signal SIGUSR1 sxhkd",
- }
-)