-
I want to disable lualine whenever I switch to terminal buffer.
I tried to do this:
opts {
disabled_buftypes = { 'terminal' }
}
Doesn't work. I could disable luline for nvim-tree by:
opts {
…
-
This is mi setup of neovim and currently i am using `'ahmedkhalf/project.nvim'` for load projects with telescope
```lua
dashboard.setup({
theme = 'hyper',
config = {
packages = { en…
-
### Did you check docs and existing issues?
- [X] I have read all the snacks.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the exi…
-
![20240108031930](https://github.com/nvimdev/dashboard-nvim/assets/16048187/2ac5b75f-e191-4c5c-af1d-f6a86e1b1e38)
The screenshot and title say it all.
There are some duplicated records in the "M…
-
### Did you check docs and existing issues?
- [X] I have read all the snacks.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the exi…
-
I work using tabpages as my primary organisation method, specifically using `tabdrop`.
This means that when I open my nvim instance I see my alpha dashboard, I then use telescope to open a file usi…
-
When I call require("lazy").stats() to get startup time, but it always show 0.
I think it might be due to startup time is generated till UIEnter.
So I don't know how to make my own footer that shows…
-
`Problem`: The statusbar uses nvim default statusbar highlight colours on start and only uses defined colors when a editable buffer is opened
`Possible Explanation`: The `get_statusline()` function…
ghost updated
8 months ago
-
### Did you check docs and existing issues?
- [X] I have read all the snacks.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the…
-
Alternative / additional to #34
With the current API, layouts are computed up-front in the setup function, whether or not the user is actually requesting a render. For example, via something like …