-
https://github.com/marko-cerovac/material.nvim
It would be really cool if someone could port a 'deep ocean' variant of this theme. Thanks!
![image](https://github.com/NvChad/base46/assets/47783525…
-
**Describe the bug**
I have
```
i = {
[""] = { ":w!" },
[""] = { ":wq!" },
},
```
in my `custom/mappings.lua`. But neither shortcut does what is expected from it. When I pres…
-
When I install elixir for treesitter I get the syntax highlighting I expect, the issue is that if I enter a curly brace it loses the indentation.
![Screenshot 2023-05-14 at 9 12 13 AM](https://gith…
-
here is how it looks
![image](https://github.com/catppuccin/nvim/assets/118860/b8860616-e68b-4c94-889e-fac9f12e71bf)
In this example `Reco` has been selected. (this is a Golang code if it makes sen…
-
Having trouble running git commands using `:Git `
:Git gives a list of numbers:
I'm using nvchad
-
Cursor not staying in the correct column:
https://github.com/NvChad/ui/assets/98645146/6b672b64-9df9-4bd3-a3fb-74445326956c
-
Hello there,
I am trying to apply this:
` git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim`
I have already change the directory to ~/.var/app/io.neovim.nvim/config/, that…
-
**Describe the bug**
After i cloned the repository and opened nvim, i got an error and no request to install example config files.
**To Reproduce**
Steps to reproduce the behavior:
1. Use th…
-
I saw that nvchad 2.0 is not allow to config nvterm size as in version 1.0
````
➜ main ❯ cat lua/plugins/configs/nvterm.lua
local present, nvterm = pcall(require, "nvterm")
if not present t…
-
I know it's explained in the NvTerm repository. However in the NvChad default config instead of a map or an object or whatever it#s called in lua there is just the `opts` field and I don't know how to…