diff --git a/.config/nvim/lua/user/plugins/tab_autodetect.lua b/.config/nvim/lua/user/plugins/tab_autodetect.lua new file mode 100644 index 0000000..734bb71 --- /dev/null +++ b/.config/nvim/lua/user/plugins/tab_autodetect.lua @@ -0,0 +1,4 @@ +return { + 'https://github.com/tpope/vim-sleuth', + lazy = false, +}