PinkLea

Results 43 comments of PinkLea

❤️🦀❤️ Yay!

I see that most of the time the message >"problems detected while loading plugins' configurations" comes when user set colorscheme name before installing it. We should find a way to...

I'm assuming that you are using default mac's terminal which only display 16 term colors. You can follow this step to see if it can make difference: Alternatively, you can...

Okay. Now it make more sense with this issue in Neovim. https://github.com/neovim/neovim/issues/11327#issuecomment-710761229

For now, you can press `g + ?` inside `explorer (nvim-tree)` to see its default key map.

[`default`](https://github.com/neovim/neovim/blob/master/runtime/colors/default.vim) is `Neovim's colorscheme`. I don't know if `LunarVim` can make some improvements here.

1. `cd `. 2. Using `lvim .` to open the folder with `lunarvim`. 3. The `tree` will open and you can create your new file with `a` in the keyboard....

> How are you move bottom line for input file name to centered window??? Here you go: [popui](https://github.com/hood/popui.nvim)

> Cold you show how to add this in cinfig? Just add this to your `config.lua` after you install `popui`: ```lua vim.ui.input = require"popui.input-overrider" ```

> ```lua > ```lua > vim.ui.input = require"popui.input-overrider" > ``` > > > > > > > > > > > > > "config.lua" 365L, 13187B written > 10:04:53 [WARN...