aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-09-30 22:09:08 +0200
committersrdusr <trevorgray@srdusr.com>2023-09-30 22:09:08 +0200
commit2a9a3bfa5e2b8f90e967504c3fb76fa0a50a5565 (patch)
tree5b948c969981add98a21e0fe9716449e8ab1a961
parent1756ae30a1bc9f29fdeec04bcbc860e6606f99e2 (diff)
downloaddotfiles-2a9a3bfa5e2b8f90e967504c3fb76fa0a50a5565.tar.gz
dotfiles-2a9a3bfa5e2b8f90e967504c3fb76fa0a50a5565.zip
Removed
-rw-r--r--lua/plugins/prettier.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/lua/plugins/prettier.lua b/lua/plugins/prettier.lua
deleted file mode 100644
index 05d4665..0000000
--- a/lua/plugins/prettier.lua
+++ /dev/null
@@ -1,19 +0,0 @@
-local status, prettier = pcall(require, "prettier")
-if (not status) then return end
-
-prettier.setup {
- bin = 'prettierd',
- filetypes = {
- "c",
- "lua",
- "vim",
- --"css",
- --"javascript",
- --"javascriptreact",
- --"typescript",
- --"typescriptreact",
- --"json",
- --"scss",
- "less"
- }
-}