Skip to content

How to configure under lua ? #89

@stephaneeybert

Description

@stephaneeybert

I was looking into how to configure the plugin under lua and could not see anything.

Something along the line of:

 local status_ok, semantic = pcall(require, "semantic")    
     
 if not status_ok then    
   return    
 end    
     
 semantic.setup {    
 }

I have a working keymap:
keymap("n", "<leader>sh", "<cmd>SemanticHighlightToggle<CR>", opts)

But I would like to enable it by default, without having to toggle it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions