diff options
Diffstat (limited to '.nvim.lua')
| -rw-r--r-- | .nvim.lua | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -7,17 +7,6 @@ vim.opt.fixeol = false -- Enable Doxygen vim.g.load_doxygen_syntax = true --- C++ -vim.filetype.add({ - pattern = { - [".*/libs/kstd/kstd/.*"] = function(path, _) - if not path:match("%.[^/]+$") then - return "cpp" - end - end - } -}) - -- Debugging local dap = require("dap") local qemu_job_id = nil |
