glmlm

Results 6 issues of glmlm

**Describe the bug you encountered:** On Android app, characters typed with Bluetooth keyboard are double-typed ... **What did you expect to happen instead?** (e.g.)Input:abc Output:aabbcc ... **How did you install...

bug
good first issue

**Describe the bug you encountered:** cannot type an underbar "\_" on JP keyboard ... **What did you expect to happen instead?** Typing shift+backslash "\\" always outputs bar "|" instead of...

bug

The visibility of the default statuscolumn is not very flattering; only one of diagnostics, gitsigns, and breakpoints can be displayed, and foldcolumn displays a lot of unnecessary symbols. Therefore, I...

Set breakpoint icons and their highlight colors in `lua/kickstart/plugins/debug.lua`; see [Here](https://github.com/mfussenegger/nvim-dap/discussions/355) for details

Diagnostic symbols on sign column is now displayed graphically when the nerd font is enabled. The reference page is [here](https://github.com/neovim/nvim-lspconfig/wiki/UI-customization#change-diagnostic-symbols-in-the-sign-column-gutter).

It is really annoying for me to set the foldings every time I open a file, so I have looked for a plugin that set them automatically like VSCode; [nvim-ufo](https://github.com/kevinhwang91/nvim-ufo)...