Skip to content

Commit

Permalink
Fix semshi errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Oct 15, 2023
1 parent 99a15b0 commit f03a600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ return {
-- Disabled these features better provided by LSP or other more general plugins
vim.g["semshi#error_sign"] = false
vim.g["semshi#simplify_markup"] = false
vim.g["semshi#mark_selected_nodes"] = false
-- vim.g["semshi#mark_selected_nodes"] = false

-- This autocmd must be defined in init to take effect
vim.api.nvim_create_autocmd({ "VimEnter", "ColorScheme" }, {
Expand Down

0 comments on commit f03a600

Please sign in to comment.