Changes
1 changed files (+1/-1)
-
-
@@ -23,7 +23,7 @@ -- Prevent stupid CSS "defaults" from registering hyphen as a keywordvim.api.nvim_create_autocmd( "Filetype", { pattern = { "css" }, pattern = { "css", "astro" }, command = "setlocal iskeyword-=-", } )
-