Commit graph

1 commit

Author SHA1 Message Date
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