Lvim Tech

Results 6 issues of Lvim Tech

Some plugins (eg [vim-ctrlspace](https://github.com/vim-ctrlspace/vim-ctrlspace)) requires vim statusline. This patch added option `exclude_filetypes` and users can disable galaxyline for specific filetypes.

https://htmlhint.com/ Any idea how to implement htmlhint as linter for html? Thanks in advance!

help wanted

After last commit v2 ``` local mason_registry = require("mason-registry") vim.notify(vim.inspect(mason_registry.get_installed_package_names())) vim.notify(vim.inspect(mason_registry.is_installed("taplo"))) { "stylua", "lua-language-server", "taplo", "efm" } false ```

``` { "id": "db", "url": "mongodb://user:pass@localhost:28017/db?connect=direct", "name": "db", "type": "mongo", "ssh": { "user": "root", "host": "xx.xx.xx.xx", "remote_port": 27017, "local_port": 28017, "ssh_file": "/home/user/.ssh/netera", "options": [ "-4", "-N", "-L" ] } },...