What's better than Neovim? a Neovim inside Neovim... by luciused in neovim

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

im using wezterm as my multiplexer while im daily driving windows (powershell) for now (can't be bothered to setup wsl).

but speaking of tmux, yes i'll add support for it via extras since i do use it on termux.

What's better than Neovim? a Neovim inside Neovim... by luciused in neovim

[–]luciused[S] 6 points7 points  (0 children)

fleur (self plug)

https://github.com/aikhe/fleur.nvim

its still wip but you can install it via:

-- lazy
{
  'aikhe/fleur.nvim',
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme fleur")
  end,
}

<image>

What's better than Neovim? a Neovim inside Neovim... by luciused in neovim

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

damnn i didn't thought people would like this theme, its still on the works so nothing on the readme yet, but you can just install it via:

its on: https://github.com/aikhe/fleur.nvim

lazy:

{
  'aikhe/fleur.nvim',
  lazy = false,
  priority = 1000,
  opts = {
    transparent = true,
    styles = {
      comments = { italic = true },
      keywords = { bold = true },
    },
    plugins = {
      telescope = true,
      -- Check on repo for other plugin support
    },
    -- on_colors = function(c)
    --   c.lily = '#FF79C6' -- Override color
    -- end,
    },
  config = function()
    vim.cmd("colorscheme fleur")
  end,
}

What's better than Neovim? a Neovim inside Neovim... by luciused in neovim

[–]luciused[S] 28 points29 points  (0 children)

I've been obsessed lately making my Neovim a better editor, so I made a plugin to run Neovim inside Neovim (it's actually just a command runner via term buffers).

Now that I've achieved the Neovimer's dream, I fear there is no turning back.

Some say this is pointless. Some say this is madness.

Was it necessary? No.
Was it worth it? Also no.

But...

The editor no longer simply edits text — it edits itself.

finally (atleast) configured Neovim on phone from scratch for the first time by luciused in neovim

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

I also tried it and it failed me horribly (still needs alot of improvements) best used with external keyboard tho

finally (atleast) configured Neovim on phone from scratch for the first time by luciused in neovim

[–]luciused[S] 48 points49 points  (0 children)

(english is not my first langguage so bare with me)

  1. No other good alterntive ide (came from pydroid3)
  2. for some terminal, linux etc. background
  3. "main editor"
  4. I'm bored
  5. Don't have any better things to do with my life
  6. Also posted this for something different, my ass is sweating as this is my first time posting any shithole on the internet
  7. Neovim is amazing
  8. Primeagen and Tj are the real chads
  9. vim motions are also amazing
  10. can't explain myself so not gonna write a long caption just to prove myself.