Lê Hiếu

Results 7 issues of Lê Hiếu

I want to log job infomation to a database (PostgreSQL). Where is the best place to put it ?

This behavior is described in vimdoc ``` 'autoindent' 'ai' boolean (default on) local to buffer Copy indent from current line when starting a new line (typing in Insert mode or...

Duplicated key `resource` in terraform snippet cause `vsnip` error in my neovim recently. Probably because this merge request #426 add new resource key but forgot remove the old one. I...

I use gtk2 for qt applications `QT_QPA_PLATFORMTHEME=gtk2` so all qt application look like this in the `master` ![image](https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme/assets/13571960/412b5bf4-6bb9-44c3-9cff-6953746f235d) I fix it by temporary checkout https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme/commit/c7a852728717e60a41c2b2fbeac70d2b2269b86c then it looks to be...

Nvim Version ```lua NVIM v0.10.0-dev-3057+g9e2f378b6d Build type: RelWithDebInfo LuaJIT 2.1.1713773202 ``` Code to reproduce ```lua local Input = require("nui.input") local event = require("nui.utils.autocmd").event local input = Input({ relative = "cursor",...

**Describe the bug** When run task with `--app='"webview"'` the deno process shutdown immediately without any error. The logs is not print out any useful information: ``` INFO 526668 05/05/2024, 15:59:00.024...

bug

I managed to implement overlays visual in case someone might need https://github.com/andythigpen/nvim-coverage/assets/13571960/08bce7ae-fc61-434d-83bd-0eb3ac72a9d3 I prefer as less signs in my sign column as possible. So I tweaks this plugin a little...