diff options
Diffstat (limited to '.nvim.lua')
| -rw-r--r-- | .nvim.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ vim.g.load_doxygen_syntax = true -- C++ vim.filetype.add({ pattern = { - [".*/include/kstd/.*"] = function(path, _) + [".*/libs/kstd/kstd/.*"] = function(path, _) if not path:match("%.[^/]+$") then return "cpp" end |
