diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:10:08 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:10:08 +0530 |
| commit | 65a6e693c34c24ca717943b0304391705079bf5f (patch) | |
| tree | b54134e5c11e844f127722725af85059faaf8523 /lua/bee/LSPs/init.lua | |
| parent | 511492f6e1ab66957a37aaccffe748bb0f8e3d65 (diff) | |
Tokyonight colorscheme and lazydev.nvim
Diffstat (limited to 'lua/bee/LSPs/init.lua')
| -rw-r--r-- | lua/bee/LSPs/init.lua | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lua/bee/LSPs/init.lua b/lua/bee/LSPs/init.lua index 69f34cf..d5abf9b 100644 --- a/lua/bee/LSPs/init.lua +++ b/lua/bee/LSPs/init.lua @@ -25,6 +25,28 @@ return { end, }, { + "lazydev.nvim", + auto_enable = true, + cmd = { "LazyDev" }, + ft = "lua", + after = function(_) + require("lazydev").setup({ + library = { + { + words = { "uv", "vim%.uv", "vim%.loop" }, + path = nixInfo("luvit-meta", "plugins", "start", "luvit-meta") .. "/library", + }, + { words = { "nixInfo" }, path = nixInfo("", "info_plugin_path") .. "/lua" }, + { words = { "nixInfo%.lze" }, path = nixInfo("lze", "plugins", "start", "lze") .. "/lua" }, + { + words = { "nixInfo%.lze" }, + path = nixInfo("lzextras", "plugins", "start", "lzextras") .. "/lua", + }, + }, + }) + end, + }, + { "rustaceanvim", auto_enable = true, lazy = false, -- lazy loaded by default |
