Brian Tran

Results 3 issues of Brian Tran

Basically what I was doing is that I have a scss files name "_abc.scss" which is imported into "abcd.scss" and then I import "abcd.scss" to my "main.js" file. In my...

question

**Describe the bug** When I press 'u' to undo all the changes, it adds new line for every existing lines in my file while ctrl-z doesn't do the same thing....

kind/bug
area/undo

Here is my lazy config ``` { "ray-x/lsp_signature.nvim", event = "InsertEnter", opts = { bind = true, handler_opts = { border = "rounded" }, max_height = 10, auto_close_after = nil,...