diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 02:56:53 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 02:56:53 +0200 |
| commit | 0f6cee92221dc517bd756083e260dd9373851b82 (patch) | |
| tree | c6d929fa5832d17a2d1fe3c85744bae7621ed447 /common/nvim/after/ftplugin/c.lua | |
| parent | 3cf613ec7c90ab4933728b0f19e49b0c955c17bb (diff) | |
| download | dotfiles-0f6cee92221dc517bd756083e260dd9373851b82.tar.gz dotfiles-0f6cee92221dc517bd756083e260dd9373851b82.zip | |
Moved files to common/
Diffstat (limited to 'common/nvim/after/ftplugin/c.lua')
| -rwxr-xr-x | common/nvim/after/ftplugin/c.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/nvim/after/ftplugin/c.lua b/common/nvim/after/ftplugin/c.lua deleted file mode 100755 index 6af8a5c..0000000 --- a/common/nvim/after/ftplugin/c.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Fix C filetype comments -vim.api.nvim_create_autocmd("Filetype", { - pattern = "c", - callback = function() - vim.bo.commentstring = "//%s" - end, - group = comment_augroup, -}) - |
