ja

Results 2 comments of ja

I have created a custom keymap to do just that: ```lua vim.api.nvim_create_autocmd({ "FileType" }, { desc = "On buffer enter with file type sql", group = vim.api.nvim_create_augroup("dbee", { clear =...

hey thanks a lot, for both the docs and the proper way of doing it.