diff options
| author | Leander <80996591+m0ntagur@users.noreply.github.com> | 2023-07-22 15:38:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-22 15:38:23 +0200 |
| commit | f60b4dc97bf7204a5bc3fe316df2ce4bd709babd (patch) | |
| tree | 21bb5a36cd7f206bfef73a44fd2a0cdf2a27e82e /nvim/plugin/colorizer.lua | |
| parent | 0561e714bb476d936e51f6e49292542712255dec (diff) | |
Delete nvim directory
Diffstat (limited to 'nvim/plugin/colorizer.lua')
| -rw-r--r-- | nvim/plugin/colorizer.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nvim/plugin/colorizer.lua b/nvim/plugin/colorizer.lua deleted file mode 100644 index 62a654c..0000000 --- a/nvim/plugin/colorizer.lua +++ /dev/null @@ -1,6 +0,0 @@ -local status, colorizer = pcall(require, "colorizer")
-if (not status) then return end
-
-colorizer.setup({
- '*';
-})
|
