mirror of
https://github.com/runyanjake/dotfiles.git
synced 2026-02-03 16:47:29 -08:00
Update README
This commit is contained in:
parent
c1c8b47925
commit
4bebbfabbf
@ -55,6 +55,18 @@ Plugins live in lua/plugins.
|
|||||||
Plugins can either be manually included in init.lua or managed by lazy nvim.
|
Plugins can either be manually included in init.lua or managed by lazy nvim.
|
||||||
Each plugin gets its own lua file in there, and lazy or manual edits to init.lua can be used to configure what's enabled.
|
Each plugin gets its own lua file in there, and lazy or manual edits to init.lua can be used to configure what's enabled.
|
||||||
|
|
||||||
|
#### coding.lua | saghen/blink.cmp
|
||||||
|
Completion plugin for language servers.
|
||||||
|
[Repo](https://github.com/saghen/blink.cmp)
|
||||||
|
|
||||||
|
#### snacks.lua | folke/snacks.nvim
|
||||||
|
Snacks contains a collection of QoL plugins. I am mostly using it for ease around file system search & navigation in nvim.
|
||||||
|
[Repo](https://github.com/folke/snacks.nvim)
|
||||||
|
|
||||||
|
#### theme.lua | folke/tokyonight.nvim
|
||||||
|
A theme I like for my nvim.
|
||||||
|
[Repo](https://github.com/folke/tokyonight.nvim)
|
||||||
|
|
||||||
## References
|
## References
|
||||||
https://m4xshen.dev/posts/build-your-modern-neovim-config-in-lua (Using their folder structure.)
|
https://m4xshen.dev/posts/build-your-modern-neovim-config-in-lua (Using their folder structure.)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user