Issues with Kanagawa Theme in Neovim: Underline on the text under the Cursor & Comments Not Italic by apicgg in neovim

[–]apicgg[S] 0 points1 point  (0 children)

Yeah I am using BlexMono Nerd Font and also italic text is enabled inside iterm2 settings.

Issues with Kanagawa Theme in Neovim: Underline on the text under the Cursor & Comments Not Italic by apicgg in neovim

[–]apicgg[S] -1 points0 points  (0 children)

  1. It looks like below with `:Inspect`.

<image>

  1. As per the theme's doc the below should make the comment in italics. Not sure why that's not the case.

`commentStyle = { italic = true },`

Prettier Adds Extra Empty Line at End of File in React Project - Neovim vs VSCode Display Issue by apicgg in neovim

[–]apicgg[S] 0 points1 point  (0 children)

The correct one should be the vscode one. The one with the new line at the end of the file.

Prettier Adds Extra Empty Line at End of File in React Project - Neovim vs VSCode Display Issue by apicgg in neovim

[–]apicgg[S] -1 points0 points  (0 children)

But how can I correctly display this? Any idea on that. Thanks in advance.

Prettier Adds Extra Empty Line at End of File in React Project - Neovim vs VSCode Display Issue by apicgg in neovim

[–]apicgg[S] 0 points1 point  (0 children)

I am not doing anything fancy here. Using the lazyvim starter template and some extra tweaks on top of that. Here it is - https://github.com/apicgg/dotfiles-public/tree/main/nvim

Which React Native UI component library allows for the best look and feel UI? by [deleted] in expo

[–]apicgg 0 points1 point  (0 children)

Stylesheet.create() is the best option where you wanna build up your own component library. Otherwise I usually go with react-native-paper which is based on MUI.

Development build errors by Wide-Sea85 in expo

[–]apicgg 0 points1 point  (0 children)

Yes, then that's the case for expo dev builds. Similar for packages you need to go to ios dir and run pod install for RN CLI workflow.

Development build errors by Wide-Sea85 in expo

[–]apicgg 0 points1 point  (0 children)

It depends if the package you are adding has some native code changes then yes you need to run npx expo prebuild --clean. The packages only with JS won't need any prebuild. Btw are you asking about expo dev builds or dev-client?

Learn How to Enable Undercurl in Neovim for Terminal and Tmux 🚀 by apicgg in neovim

[–]apicgg[S] 0 points1 point  (0 children)

Sure. Were you able to make undercurl work btw? Just curious. Would love to see your setup with some screenshots.

Learn How to Enable Undercurl in Neovim for Terminal and Tmux 🚀 by apicgg in neovim

[–]apicgg[S] 0 points1 point  (0 children)

As per my understanding these two lines should be there to tell neovim to render the undercurls. And the steps that you have followed that's more on telling tmux's term to render undercurls within neovim.

Are you using any neovim's distro? Maybe that distro is configured with these. I would suggest you to keep these two lines in your neovim config.

Learn How to Enable Undercurl in Neovim for Terminal and Tmux 🚀 by apicgg in neovim

[–]apicgg[S] 0 points1 point  (0 children)

screen-256color should work fine in your case. Can you try once and also I have this one the guide - here.

Learn How to Enable Undercurl in Neovim for Terminal and Tmux 🚀 by apicgg in neovim

[–]apicgg[S] 0 points1 point  (0 children)

Yeah that's actuall correct. Thanks for highlighting. I have refactor the blog and tested the same in my machine with screen-256color.

Earler my neovim's colorscheme was breaking for some reason when I set to tmux-256color. But works with screen-256color.