We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
keymap("n", "<leader>sh", "<cmd>SemanticHighlightToggle<CR>", opts)
But I would like to enable it by default, without having to toggle it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was looking into how to configure the plugin under lua and could not see anything.
Something along the line of:
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.
The text was updated successfully, but these errors were encountered: