-
**Describe the bug**
Can't get nix-linter to work.
**To Reproduce**
Steps to reproduce the behavior:
1. Ensure `nix-linter somefile.nix` works and outputs human-readable warnings
2. Ensur…
-
### Problem description
I have a custom .prettierrc rule which is not being picked up by the formatter, thus all my formatting is different from my organization. How can I get my formatting settings …
-
### Problem description
Let's say I want to disable the formatting of `lua_ls`:
```
-- disable lua_ls formatting
require("lvim.lsp.manager").setup("lua_ls", {
on_attach = function(client)
…
-
### Problem description
When I used to type `gd` it takes me to the file or the definition of that word, Similarly, hover will provide me information about that word not it doesn't. Instead, it thr…
-
## Rationale
**Nix** language is becoming more and more popular and we need formatting & linting for source code quality. However, looks like many external projects that manipulate nix source code …
-
Hi, I love the idea behind this plugin, but I find myself excluding lots of servers that I don't care about/that are buggy.
For reference, my exclude_servers looks like this:
```lua
excluded_server…
-
### Summary
When adding a `'`-symbol to a specific line of a specific nix-file, the predefined language-server for nix files (rnix-lsp) seems to provide information which results in an error in the t…
-
There's any reason that would explain the increase launch time of neovim when using this plugin?
My usual start time is around 30ms (with mason+lsp+cmp). If I use the default configuration in this…
-
I wanted to update a working system from nix from 22.11 to 23.05
I just updated my flakes, I normally pin them once everything is working
```
"github:nixos/nixpkgs/nixpkgs-23.05-darwin”
"githu…
-
### Problem description
Using Lunarvim with terraform-ls, when I try to format my code with `lf` I get an error message
```[LSP][terraformls] timeout```
I have tried uninstalling and re-installin…