Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

characters not displayed #4574

Open
lukas3141 opened this issue May 31, 2024 · 2 comments · May be fixed by #4575
Open

characters not displayed #4574

lukas3141 opened this issue May 31, 2024 · 2 comments · May be fixed by #4575
Labels
bug Something isn't working

Comments

@lukas3141
Copy link

lukas3141 commented May 31, 2024

Problem description

One file isnt shown properly. The file has the following content:

<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<link rel="icon" href="%sveltekit.assets%/favicon.png" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		%sveltekit.head%
	</head>
	<body data-sveltekit-preload-data="hover">
		<div style="display: contents">%sveltekit.body%</div>
	</body>
</html>

I can properly edit and yank the content, but some characters are displayed as whitespace.

LunarVim version

release-1.3/neovim-0.9-d1c1bace

Neovim version (>= 0.9.1)

NVIM v0.9.5

Terminal name

Alacritty

Operating system/version

Asahi Linux Fedora 39

Steps to reproduce

  1. create an svelte app npm create svelte@latest my-app
  2. open the file src/app.html.

Screenshots

image

@lukas3141 lukas3141 added the bug Something isn't working label May 31, 2024
@oleg-plakida oleg-plakida linked a pull request Jun 5, 2024 that will close this issue
@oleg-plakida
Copy link

I don't know why exactly is that but the problem in the older version of indent-blankline.nvim plugin. Here is PR with latest version. You can wait while this will be merged or just copy changes from PR to your local files to fix it. Don't forger to run ':LvimSyncCorePlugins' after saving changed files and running ':Lazy update'.

@lukas3141
Copy link
Author

That's really nice. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants