add modules for lua lsp.

This commit is contained in:
2025-11-19 21:06:08 +01:00
parent 997af51bee
commit 2a1321e961
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ vim.g.maplocalleader = ' '
Autocmd = vim.api.nvim_create_autocmd
Map = vim.keymap.set
---@module 'gruvbox'
---@class userdata
---@field palette GruvboxPalette
_G.userdat = {}

View File

@@ -1,9 +1,11 @@
---@module 'lazy'
---@type LazySpec
return { {
'ellisonleao/gruvbox.nvim',
lazy = false,
dependencies = { 'johnfrankmorgan/whitespace.nvim' },
priority = 1000,
---@module 'gruvbox'
---@type GruvboxConfig
opts = {
styles = {