-
### Discussed in https://github.com/LunarVim/LunarVim/discussions/2724
Originally posted by **jrafaaael** June 16, 2022
The buffers are shown when I open more than one buffer. How to show with…
-
### Problem description
Hello,
globalstatus works fine when opening lvim with a file: lvim file.py
But, if I just open lvim which opens the dashboard.nvim and search for a file through telescope …
-
### Problem description
:LvimInfo throws an error at the dashboard. This happens on a clean install.
The error:
```
E5108: Error executing lua vim/shared.lua:0: t: expected table,
got nil …
-
Qucik way to reproduce with docker:
```
docker run --rm -it anatolelucet/neovim:0.6.1-ubuntu /bin/bash
apt update && apt install -y git
git clone https://github.com/kabinspace/AstroVim ~/.config/n…
-
### Problem description
When I try to make a commit with 'cc' key in vim fugitive I always get an error:
"Cannot make changes, 'modifable' is off"
![Screenshot from 2022-01-28 23-17-46](https:/…
-
### Problem description
1. Install lvim stable using script `bash = 0.5)
v0.6.0
### Relevant log output
```shell
NVIM v0.6.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Monterey
…
-
## Issue Description
Type: *bug report*
### Describe what happened (or what feature you want)
I try to filter Pull Requests by their author, however Octo returns the entire PR list for t…
-
I am using the following config with alpha :
alpha.lua
```lua
local alpha = require'alpha'
local dashboard = require'alpha.themes.dashboard'
dashboard.section.header.val = {
[[ …
-
Reopening the issue https://github.com/AstroNvim/AstroNvim/issues/326
Indentation is 4 spaces only in c or python files. In C++ files it is set to 2 spaces.
I tried adding this to my config file…
ghost updated
2 years ago
-
I posted on the discord discussing ways for laying out a new, more modular architecture for modules in doom-nvim. This issue's goal is to propose how it might work and get feedback so we land on a go…