aboutsummaryrefslogtreecommitdiff
path: root/.nvim.lua
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-06-24 13:03:29 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-06-24 13:03:29 +0200
commit08bfe2af099f6acc78772e7b315a6cf922626b76 (patch)
tree81e67f61dfb185d2e53d28cd90c230dfa71caf62 /.nvim.lua
parent3027e4c819814aac93ef1f993bde04acf3ee3f54 (diff)
downloadkernel-08bfe2af099f6acc78772e7b315a6cf922626b76.tar.xz
kernel-08bfe2af099f6acc78772e7b315a6cf922626b76.zip
kstd: implement kstd::formatted_size
Diffstat (limited to '.nvim.lua')
-rw-r--r--.nvim.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nvim.lua b/.nvim.lua
index 14ca59ca..0f8f5119 100644
--- a/.nvim.lua
+++ b/.nvim.lua
@@ -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