doomemacs / doomemacs/core

Typescript tsx mode company blinks when type

Open
#6,428 1 comment 0 reactions 0 assignees View on GitHub
:lang javascript
Dominant language
Emacs Lisp
Stars
22.7k
Forks
3.1k
Avg merge
10h 46m
Merged PRs (30d)
4

Description

### What did you expect to happen?

Autocomplete go smooth

### What actually happened?

Company keep blinking

### Describe your attempts to resolve the issue

I think the problem is emmet ls (that is enabled by default)

![Kapture 2022-05-30 at 13 22 20](https://user-images.githubusercontent.com/9551316/170991754-860af8fe-be55-4a86-bdb9-671ab805d51b.gif)
.

### Steps to reproduce

Open a .tsx file, import a more complex class, type.

### System Information

https://pastebin.com/Smmd23eA

### Edit:

The problem is emmet-ls.

i can workaround with:

```
(after! lsp-mode
(setq lsp-disabled-clients '(emmet-ls)))
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.