diff options
Diffstat (limited to 'after/plugin/tsc.lua')
-rw-r--r-- | after/plugin/tsc.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/after/plugin/tsc.lua b/after/plugin/tsc.lua deleted file mode 100644 index 70131e7..0000000 --- a/after/plugin/tsc.lua +++ /dev/null @@ -1,10 +0,0 @@ -local status_ok, tc = pcall(require, "treesitter-context") -if not status_ok then - return -end - -tc.setup{ - enable = true, - line_numbers = true, - separator = '-', -} |