diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-02-08 20:30:23 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-02-08 20:30:23 +0000 |
| commit | f8a735b86e9bd45ba9079d30d5ff59b069e21d52 (patch) | |
| tree | eb7aca7c8ed35bc73da3dd5e409ef4a9a6699c59 /.config/nvim/general/commands.vim | |
| parent | c03f5f57e34b301817757c9eca2521e19ac1d3af (diff) | |
Removed keys and settings until there is a need for them
Diffstat (limited to '.config/nvim/general/commands.vim')
| -rw-r--r-- | .config/nvim/general/commands.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/general/commands.vim b/.config/nvim/general/commands.vim index 416c094..e69de29 100644 --- a/.config/nvim/general/commands.vim +++ b/.config/nvim/general/commands.vim @@ -1,2 +0,0 @@ -" Creates the 'tags' file. -command! MakeTags !ctags -R --exclude@.ctagsignore . |
