diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index cc4806bf..ff64e1a6 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -1,17 +1,17 @@ -- bootstrap lazy.nvim, LazyVim and your plugins require("config.lazy") -if vim.g.neovide then - local nv_opts = { - cursor = { - animation_length = 0.05, - trail_size = 0.5, - animate_command_line = false, - }, - animations = { - position_animation_length = 0.10, - scroll_animation_length = 0.1, - hide_mouse_when_typing = true, - }, - } - require("neovide-config").setup(nv_opts) -end +-- if vim.g.neovide then +-- local nv_opts = { +-- cursor = { +-- animation_length = 0.05, +-- trail_size = 0.5, +-- animate_command_line = false, +-- }, +-- animations = { +-- position_animation_length = 0.10, +-- scroll_animation_length = 0.1, +-- hide_mouse_when_typing = true, +-- }, +-- } +-- require("neovide-config").setup(nv_opts) +-- end diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 8e19a42f..3d5e197a 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -6,6 +6,7 @@ return { ensure_installed = { "bash", "c", + "tex", "diff", "html", "javascript",