Skip to content

Commit

Permalink
chore(after/): add nix, gitcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Jan 19, 2025
1 parent c05a320 commit 53688b1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions fnl/after/gitcommit.fnl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(vim.opt_local.iskeyword:append "-")
1 change: 1 addition & 0 deletions fnl/after/nix.fnl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(vim.opt_local.iskeyword:append "-")
2 changes: 2 additions & 0 deletions lua/autogen/after/gitcommit.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lua/autogen/after/nix.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions main/after.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ let
'';
ftplugin = {
fennel = read ../lua/autogen/after/fennel.lua;
gitcommit = read ../lua/autogen/after/gitcommit.lua;
nix = read ../lua/autogen/after/nix.lua;
qf = {
language = "vim";
code = read ../vim/after/qf.vim;
Expand Down

0 comments on commit 53688b1

Please sign in to comment.