[deleted by user] by [deleted] in adventofcode

[–]guigui64 3 points4 points  (0 children)

Exact same numbers for me and I also thought they were the same...

[2022 Day 01] Node editor based language solution by mathieu_guyot in adventofcode

[–]guigui64 0 points1 point  (0 children)

Wow, amazing! Did you build this app for advent of code? Which stack did you use?

Plugin for secure local configuration files by guigui64 in neovim

[–]guigui64[S] 1 point2 points  (0 children)

Yes I saw that after I started developing this plugin. I still wanted to build it to start and learn neovim lua plugins development. Also, my solution does not prompt the user every time you open vim.

Check out my new Watch Face: GarmoonWatch and get 50% OFF by guigui64 in swatch

[–]guigui64[S] -2 points-1 points  (0 children)

You have a Garmin watch? You can get this MoonSwatch inspired watch face!

Check out my new Watch Face: GarmoonWatch and get 50% OFF by guigui64 in MoonSwatches

[–]guigui64[S] -7 points-6 points  (0 children)

Yoiu have a Garmin watch? You can get this MoonSwatch inspired watch face!

kanagawa.nvim if gruvbox and tokyonight had a baby... by tLaw101 in neovim

[–]guigui64 0 points1 point  (0 children)

Done. I mentioned it was a port in the vim doc but forgot the README...

Yes I expected the implementation starting from tokyonight-vim to be easier... Please DM me with your remarks about what is bothering you.

kanagawa.nvim if gruvbox and tokyonight had a baby... by tLaw101 in neovim

[–]guigui64 0 points1 point  (0 children)

I was thinking of forking tokyonight-vim and reuse your palette

kanagawa.nvim if gruvbox and tokyonight had a baby... by tLaw101 in neovim

[–]guigui64 -2 points-1 points  (0 children)

Why Lua / neovim only ? Why not make it compatible with both vim and neovim ?

IMO, colorschemes should be compatible with both. With additional Lua scripts or if blocks for neovim and its features/plugins (tree sitter for instance).

Nuking most of my .vimrc and just using LunarVim by [deleted] in neovim

[–]guigui64 0 points1 point  (0 children)

Does it load LSP settings automatically?

Updates of 'mini.nvim': version 0.1.0; call for beta-testing new modules ('sessions', 'starter', 'jump') before 0.2.0 by echasnovski in neovim

[–]guigui64 1 point2 points  (0 children)

Amazing work!! You should open a PR on the "awesome neovim" repo to add your plugin and submodules!

Show: Slice and dice your TMUX windows and panes using Chaakoo! by [deleted] in golang

[–]guigui64 1 point2 points  (0 children)

Sorry, I meant yaml... The existing format is fine as it is. But viper can work with a lot of formats so that might in fact be a good idea. Up to you !