idris2-nvim icon indicating copy to clipboard operation
idris2-nvim copied to clipboard

highlight not working by default

Open glyh opened this issue 1 year ago • 5 comments

Here's my config with lazy:

  { 'ShinKage/idris2-nvim',
    dependencies = {'neovim/nvim-lspconfig', 'MunifTanjim/nui.nvim'},
    -- ft = 'idr',
    lazy = false,
    config = function()
      require('idris2').setup({})
      vim.cmd [[highlight link LspSemantic_type Include]]
    end
  },

image

glyh avatar Sep 14 '23 16:09 glyh

Have you fixed it?

ichxorya avatar Oct 13 '23 02:10 ichxorya

No

glyh avatar Oct 13 '23 09:10 glyh

Does autocomplete or any of the features work for you? The plugin does nothing in my case. Neither syntax highlighting nor does it add any autocompletion features.

Both idris2 and idris2-lsp are on my path. And I have a ipkg file.

mainrs avatar Nov 22 '23 14:11 mainrs

Nothing worked when I test it.

glyh avatar Nov 23 '23 01:11 glyh