summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/ftdetect.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-24 15:37:06 -0400
committerseth <[email protected]>2022-08-24 15:37:06 -0400
commit8fef927ede6733c20a53c4b0c13d2ab4cb08b604 (patch)
treec5eae97847773355ffd3f2afcc84c7c9c2a5b387 /.config/nvim/lua/getchoo/ftdetect.lua
parentee45c4211d79dfb3b62531cc4f974ac3932e5131 (diff)
refactor lsp config
Diffstat (limited to '.config/nvim/lua/getchoo/ftdetect.lua')
-rw-r--r--.config/nvim/lua/getchoo/ftdetect.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/lua/getchoo/ftdetect.lua b/.config/nvim/lua/getchoo/ftdetect.lua
index d12b9c2..1386cf2 100644
--- a/.config/nvim/lua/getchoo/ftdetect.lua
+++ b/.config/nvim/lua/getchoo/ftdetect.lua
@@ -1,6 +1,4 @@
---
-- load custom file types
---
vim.g.do_filetype_lua = 1 -- enable filetype.lua
vim.g.did_load_filetypes = 0