Skip to content

Commit

Permalink
fix: invalid structure at position 538 for language tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Oct 19, 2023
1 parent 82c6cd1 commit a8d6d57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/layers/ui/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ cosmos.add_plugin('folke/todo-comments.nvim', {
event = 'BufRead',
})

cosmos.add_plugin('p00f/nvim-ts-rainbow', {
dependencies = { 'nvim-treesitter/nvim-treesitter' },
event = 'BufRead',
})
-- cosmos.add_plugin('p00f/nvim-ts-rainbow', {
-- dependencies = { 'nvim-treesitter/nvim-treesitter' },
-- event = 'BufRead',
-- })

cosmos.add_plugin('nvim-lualine/lualine.nvim', {
dependencies = { 'kyazdani42/nvim-web-devicons', 'SmiteshP/nvim-navic' },
Expand Down

0 comments on commit a8d6d57

Please sign in to comment.