Noxdor

Results 7 issues of Noxdor

**Checklist** Please confirm you have run the following commands and restarted Neovim and are encountering the issue with the current latest version of AstroNvim - [x] `:PackerSync` - [x] `:AstroUpdate`...

bug

- [x] I'm reporting a bug, not asking for help - [x] I'm sure this is a Leaflet.MarkerCluster code issue, not an issue with my own code nor with the...

I would like to use this package in Deno. Is there any plans or already any way to use this package via a CDN as an ES module? That would...

enhancement
Sponsors welcomed

### Environment Nuxt project info: 22:39:51 ------------------------------ - Operating System: `Linux` - Node Version: `v16.13.0` - Nuxt Version: `3.0.0-27375427.d07d572` - Package Manager: `[email protected]` - Bundler: `Vite` - User Config: `components`,...

enhancement
nuxt3

See TUfast-TUD/TUFastData#1 for more details. After the mentioned API endpoints are created, they have to be used by the frontend. - [ ] There has to be a tracker in...

enhancement

### Problem description 1. Install `black` or `ruff` 2. In `config.lua` set: ```lua lvim.format_on_save.enabled = true local formatters = require("lvim.lsp.null-ls.formatters") formatters.setup({ { name = "ruff" }, { name = "prettierd"...

bug

I followed #23 to install this as an lsp server: ```lua lvim.plugins = { { "cordx56/rustowl", dependencies = { "neovim/nvim-lspconfig" }, config = function() local lspconfig = require("lspconfig") lspconfig.rustowlsp.setup({}) end,...

bug