LazyVim.LazyVim/lua/lazyvim
r0k1s#i cccaae0a1b feat(lang): add solidity language support
## Description

- Add Solidity language support to `nvim-treesitter` for syntax highlighting and enhanced code understanding.
- Configure `nvim-lspconfig` for Solidity LSP support, setting up `solidity_ls` with a root pattern detection for Solidity projects.
- Integrate `forge_fmt` as the formatter for Solidity files using `conform.nvim`, with command options for `forge fmt`.
2024-11-09 20:08:28 +09:00
..
config fix(options): make sure spelling works in regular text files 2024-11-08 21:05:30 +01:00
plugins feat(lang): add solidity language support 2024-11-09 20:08:28 +09:00
util fix(lualine): make sure path is in root before substituting 2024-11-07 17:01:08 +01:00
health.lua fix(health): add warning when not using 0.10.0 2024-05-16 21:25:51 +02:00
init.lua fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy 2024-03-22 10:30:35 +01:00
types.lua style: better types for vim.api.nvim_create_autocmd 2024-06-07 23:02:47 +02:00