aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after/ftplugin
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-14 19:00:42 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-14 19:00:42 -0400
commitf14829e9b35050af6cae3a675de624efd521444b (patch)
tree7fdf4a89fa192c487f17356d4deb9450c035caf7 /modules/neovim/nvim/after/ftplugin
parent3302d6206096ccd5ab1844349dbf15d591b6e613 (diff)
downloadhome-f14829e9b35050af6cae3a675de624efd521444b.tar.gz
fzf pilled
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin')
-rw-r--r--modules/neovim/nvim/after/ftplugin/lua.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/lua.lua b/modules/neovim/nvim/after/ftplugin/lua.lua
index 00ba373..f927fe5 100644
--- a/modules/neovim/nvim/after/ftplugin/lua.lua
+++ b/modules/neovim/nvim/after/ftplugin/lua.lua
@@ -1,3 +1,3 @@
vim.o.tabstop=2
vim.o.shiftwidth=2
-vim.treesitter.stop() -- newer versions of nvim force this for some reason
+-- vim.treesitter.stop() -- newer versions of nvim force this for some reason