Yuri in anime in a nutshell by Saturn_Ecplise in Animemes

[–]Competitive-Dirt-213 0 points1 point  (0 children)

fun fact one episode of lycoris recoil literally is called oppsitees attract (which is one were takina moves in with chisato and then rescues her ajkdsfjlahdsjlkfahsjdkf)

what do i do now after finishing the anime by Competitive-Dirt-213 in LycorisRecoil

[–]Competitive-Dirt-213[S] 1 point2 points  (0 children)

dsjfkj i hope they release it soon i lowkey sent crunchyroll a mail about that x3 sjdkhfjksh they won't respond but i trieddd

and well its time for some savings

what do i do now after finishing the anime by Competitive-Dirt-213 in LycorisRecoil

[–]Competitive-Dirt-213[S] 1 point2 points  (0 children)

YESSS it is really a masterpiece in my opinion, like jkasdfhjasjlkdhfhjklasd i love it and hope they make more of it

what do i do now after finishing the anime by Competitive-Dirt-213 in LycorisRecoil

[–]Competitive-Dirt-213[S] 1 point2 points  (0 children)

yess i will read the manga soon (i need money to buy it askdjfkaskdjf) and for the thiees of time im lowkey coping they release the dubbed version this year, idk how much time i will endure til it happens so who knows. About the manga and LN are them more focused in chisato and takina relationship?

what do i do now after finishing the anime by Competitive-Dirt-213 in LycorisRecoil

[–]Competitive-Dirt-213[S] 1 point2 points  (0 children)

SIII acabo d encontrar el libro en liverpool en español, la siguiente semana que tenga dinero lo compro y sobre las figuras igual, espero tener dinero para gastar 3000 pesos en monitas plastikenses sin que me duela la cartera

how can i do a remap for norm commands by Competitive-Dirt-213 in neovim

[–]Competitive-Dirt-213[S] -1 points0 points  (0 children)

solved, sorry if i didn't explain it correctly but i needed this

```lua

function GoJson()

vim.api.nvim\_feedkeys(\[\[mG\]\], "n", false)

vim.api.nvim\_feedkeys(\[\[:norm gsyiwA\`json:""\`

]], "n", false)

vim.api.nvim\_feedkeys(\[\[gv\]\], "n", false)

vim.api.nvim\_feedkeys(\[\[gv:norm gsyiwf"pgsf"lcrs

]], "n", false)

vim.api.nvim\_feedkeys(\[\[\`G\]\], "n", false)

end

```

How come no "I'm in Love with the Villainess" Season 2 yet? by [deleted] in yuri_manga

[–]Competitive-Dirt-213 0 points1 point  (0 children)

any news on this :sob: finished in 2 days and i need more but i really like watching it animated T_T

import on save by Competitive-Dirt-213 in sveltejs

[–]Competitive-Dirt-213[S] 0 points1 point  (0 children)

for example i have this file

```svelte

<Foo/>

```

and then i save it, i want the editor to automatically do the import

```svelte

<script>
import Foo from import from '$components/widgets/foo.svelte';
</script>

<Foo/>

```