-
Doesn't seem to happen when you first start typing something; only after going into insert mode, then back into normal mode, then back into insert mode again.
Minimal .vimrc:
```vim
set nocompa…
-
that my config of null-ls:
```lua
local null_ls_status_ok, null_ls = pcall(require, "null-ls")
if not null_ls_status_ok then
return
end
-- https://github.com/jose-elias-alvarez/null-ls.nvim/…
-
I don't know why the plugin doesn't work.
I add the line `let g:jsx_ext_required = 0` and it didn't work.
If I put `:set syntax=javascript.jsx` it works, but I want to work without use this every …
-
## Repro
Let's say to open the following lines with `filetype=typescriptreact`:
```typescript
class MyComponent {
public render() {
return (
this.state.data[row.index]}
row…
-
Fala Eduardo!
Vi seu post no Bluesky sobre o app que você fez, ficou super massa!! Você que criou a interface? Ficou ótimo!!
Vim trazer uns feedbacks pra você aprimorar seus conhecimentos com a Re…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current/expected behavior?**
Ability to toggle JSX Single Quote option
![image](https://user-images.githubusercont…
-
Need to disable Neoformat format on save for .jsx files as it conflicts with CoC. How can I do that?
My ```init.vim``` file:
```
augroup fmt
autocmd!
autocmd BufWritePre * undojoin | Neof…
-
I've set up `vim-closetag` for use with tsx regions but it still adds closing tags for [generics](https://www.typescriptlang.org/docs/handbook/generics.html), which is quite annoying. Do I need to cre…
-
Observe: https://asciinema.org/a/42J9ciXzTLLWNTj0LOvPG3OkO
The following is the session from the above recording:
```tsx
function sum(...numbers: number[]): number {
console.log('Hello, Worl…
-
For some reason, indentation doesn't seem to work properly anymore :(
![3smjs45lxj](https://cloud.githubusercontent.com/assets/416585/19025843/4b09878a-88d3-11e6-9347-9af440396946.gif)