tangled
alpha
login
or
join now
ethanholz.com
/
nvim
0
fork
atom
My simple neovim config
0
fork
atom
overview
issues
pulls
pipelines
feat: remove vim-just
ethanholz.com
8 months ago
7963b74d
9a134c7b
-2
2 changed files
expand all
collapse all
unified
split
nvim
.config
nvim
lazy-lock.json
lua
plugins
init.lua
-1
nvim/.config/nvim/lazy-lock.json
reviewed
···
29
29
"tree-sitter-just": { "branch": "main", "commit": "bb0c898a80644de438e6efe5d88d30bf092935cd" },
30
30
"undotree": { "branch": "master", "commit": "28f2f54a34baff90ea6f4a735ef1813ad875c743" },
31
31
"vim-fugitive": { "branch": "master", "commit": "61b51c09b7c9ce04e821f6cf76ea4f6f903e3cf4" },
32
32
-
"vim-just": { "branch": "main", "commit": "e0c04b6433b9c636274f074356744fdfae039b7e" },
33
32
"which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" },
34
33
"zig.vim": { "branch": "master", "commit": "f65ae7a570b71d7a7aa4978ff9ac327e04a36e1e" }
35
34
}
-1
nvim/.config/nvim/lua/plugins/init.lua
reviewed
···
64
64
"IndianBoy42/tree-sitter-just",
65
65
config = true,
66
66
},
67
67
-
"NoahTheDuke/vim-just",
68
67
}