-
Hi,
I wanted to set `laststatus` to 2 because that's the mode I prefer. My journey: Adding `vim.o.laststatus = 2` to my `lua/user/init.lua` did not help. I checked the [new documentation](https://a…
-
When I press `o` to get to insert mode in next line the indentation is not correct.
![image](https://user-images.githubusercontent.com/1782950/154052981-205c6613-3a88-4fb5-8d52-77ebd767f509.png)
…
-
Hi,
I'm trying to change dashboard's configuration via lua/user/init.lua, it seems the dashboard configuration is stored in global variables:
https://github.com/kabinspace/AstroVim/blob/main/lua/con…
-
I've been struggling a bit setting up proper lsp support for typescript. Partly lack of knowledge on my part in terms of lua based neovim, I think. It's hard to tell where astrovim stops and normal ne…
-
## Issue Description
Type: *bug report*
### Describe what happened (or what feature you want)
When trying to use `` shortcut to checkout into PR branch it results in an error:
```
510…
-
Hi,
I've based my vim config off of this repo and have been noticing some funky behavior around opening files in a directory that contains a package.json, and can't for the life of me seem to narro…
-
**Is your feature request related to a problem? Please describe.**
Not a problem, just a feature enabling users to easily start editing a new file from dashboard.
**Describe the solution you'd l…
-
Hello,
how can I set explorer to open up automatically when i open vim?
I tried this:
```vimL
autocmd User CocNvimInit :CocCommand explorer
```
But it returns `[coc.nvim] Command: explorer…
-
Same issue here. `551.312 357.482: opening buffers`.
Disabling Dashboard doesn't impove startup speed much.
I am using default LunarVim in WSL2.
Below is the startup time with cache.
```
tim…
-
### Problem description
LunarVim was working fine except that it had some issues with being in the correct directory. I decided to try to open LunarVim by writing `lvim `in my terminal and then `:Lvi…