8 Jan 2024 |
Rishabh | is this telescope? | 18:05:43 |
xenoxanite | yeap. its telescope. but this issue appears in nvimtree too. | 18:32:19 |
Rishabh | your using the latest nerd font right? | 18:37:06 |
alvaroping1 | did you manually configure it or are you using a neovim distribution? | 18:47:56 |
xenoxanite | manually configured. | 18:52:47 |
xenoxanite | there is a plugin called glyph wide support . maybe it can fix my issue. | 18:53:07 |
alvaroping1 | you need to find where the plugins are pulling the icons from (check if you use lspkind (lsp icons) or nvim-web-devicons (file icons)) and modify those functions to append a space after the returned character, or if the plugins allow you to set a function to format the icons use it to append a space to the icon character | 19:01:50 |
xenoxanite | im using lspkind and the icons are okay there. but the problem in telescope and nvimtree..
and finding for the second way, to append a space after the icon. | 19:03:26 |
| pyxodan removed their profile picture. | 22:44:45 |
| larry_guy joined the room. | 22:47:48 |
9 Jan 2024 |
| phenomenal_possum_18890 joined the room. | 00:06:54 |
| .isaacs joined the room. | 06:30:19 |
Gilfoyle#3900 | Download image.png | 16:18:28 |
Gilfoyle#3900 | 😭 | 16:18:29 |
.vhyrro | --[[ @as string ]] | 16:43:47 |
Gilfoyle#3900 | Download image.png | 16:50:29 |
Gilfoyle#3900 | ze frick | 16:50:29 |
.vhyrro | vim.fn.stdpath("config") -- [[ @as string ]] should just work™️ | 16:51:04 |
Gilfoyle#3900 | Download image.png | 16:53:01 |
Gilfoyle#3900 | thats what im trying | 16:53:02 |
Gilfoyle#3900 | Download image.png | 16:54:03 |
Gilfoyle#3900 | withot the space it colors right but the warning is still there | 16:54:03 |
Gilfoyle#3900 | Download image.png | 16:54:41 |
Gilfoyle#3900 | ah that makes sense thanks | 16:54:42 |
.vhyrro | imagine if luals allowed dependent typing | 16:55:38 |
.vhyrro | "this will return a string if parameter 1 is 'this'|'that' otherwise it'll return a string[]" | 16:56:03 |
| mt.moon_daniel joined the room. | 17:50:54 |
segfault (core dumped) | huh isn't it a thing? | 20:31:25 |
.vhyrro | You can't manipulate the return value depending on the parameter value | 20:31:49 |
segfault (core dumped) | I remember doing some weird @return foo|bar shit | 20:31:53 |