-
Example:
```html
some content
-
Test out looping through files in a directory and using `vim.tbl_deep_extend` to merge them, e.g. some lsp configs and formatter setup (using `vim.list_extend`).
If this works, then I can use `vim.g`…
-
I added the nvim-cmp config, and ti does not work.
```
{
"hrsh7th/nvim-cmp",
opts = function()
local cmp = require "cmp"
local conf = require "nvchad.…
codr1 updated
2 months ago
-
-
Add more DAP configs, e.g. using build tools like make and task so i dont need to leave nvim to compile before debugging.
-
Hi,
first of all thank you very much for developing this plugin!
Sourcegraph is a game changer. I love it.
I get the `No valid auth strategy detected` error upon running `:checkhealth sg`, despit…
h0pes updated
1 month ago
-
## Functions to deprecate
- [ ] `path`
- [ ] `search_ancestors`
- [ ] `root_pattern`
- [ ] `find_git_ancestors`
- [ ] `find_mercurial_ancestors`
- [ ] `find_node_modules_ancestors`
- [ ] `find_packag…
-
Hi! I found your repo from googling "treesitter kitty conf" and works great! I figured I should share my plugin spec for anyone's future reference:
```lua
-- lua/plugins/treesitter.lua
return {
…
-
### Neovim version
v0.9.5
### Language affected
Lua
### Query
treesitter.nvim
### Strategy
global
### Description
```Text
I've just updated all my NeoVim plugins managed by lazy.nvim. I creat…
-
I am not able load the the theme in lazy plugin manager,
it was working great in packer it doesn't works in lazy
here are my configs :
~~~
function ColorMyPencils(color)
color = "PaperColor…