Aniket Meshram

Results 33 comments of Aniket Meshram

@pidgeon777 In addition to session management, auto-session will also do what nvim-lastplace does. @kobzar Although, I'm curious, how come I don't see AutoSave and nvim-lastplace in my LunarVim setup. Even...

Oh, the one's in the extra plugins. Since it's not in the core, not everyone would be using it. some might be using say 'persistence' instead. I think no need...

A simple search in the help file -- :help nvim-tree and searching for 'create' gave me the keymaps. For searching within a buffer, I use Telescope. It has builtin "current_buffer_fuzzy_find"...

> I think the bigger issue is that an IDE shouldn't expect new users to be familiar with a non-universal part of its interface (nvim-tree) straight away. Searching for what...

A simple search in the help file -- :help nvim-tree and searching for 'create' gave me the keymaps. For searching within a buffer, I use Telescope. It has builtin "current_buffer_fuzzy_find"...

> I think the bigger issue is that an IDE shouldn't expect new users to be familiar with a non-universal part of its interface (nvim-tree) straight away. Searching for what...

Not sure what was causing the problem. @kylo252 Please check [this](https://github.com/antoinemadec/FixCursorHold.nvim) out before making any changes. If LunarVim is updated with https://github.com/neovim/neovim/pull/20198. FixCursorHold is not required it seems. @ChristianChiarulli

There seems to be no plan to add any session manager plugin to the default LunarVim plugins by Chris or other contributors. However, a user can add any of the...

I upvote too. I'm a programmer, but unfortunately know nothing about emacs-lisp. It's in my plan to learn this language (due to the awesomeness of emacs), but I'm afraid it...

> Considering Linux already has the bash script and PowerShell can do everything the bash script does, I think this is the best option. @ImportTaste I agree, we need a...