AoMe · 青目

Results 24 issues of AoMe · 青目

I am a bit new to golang so I am not sure how will it be possible to detect if the user is using Windows terminal instead of the cmd....

I tried using fzf plugin in Windows but failed at the building step, in Linux and Mac seems to be working just fine. **Windows version** 11 **Nvim version** 9.5 **fzf...

With this PR we achieve a more personal configuration while keeping the defaults if the user doesn't want to change the behaviour in relation to `filetypes` and `extensions`. - [x]...

# Motivation I think if the user, uses [go](https://go.dev), this installation process could be an option. ## Benefits The `go` option doesn't need maintainability because uses the `latest stable` package....

**Is your feature request related to a problem? Please describe.** Now Github renders the block quotes that contains `[!note]`, `[!important]`, etc. like this: > [!NOTE] > Useful information that users...

enhancement

### Issues - [X] I have checked [existing issues](https://github.com/nvimtools/none-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description Using the command `stylua --check` you can get...

enhancement

This PR can be change to not include the `workflow` action for example, if it something we don't need. The main goal is the support for [selene](https://kampfkarren.github.io/selene/selene.html) for people like...

# Motivation I have been using [selene](https://github.com/Kampfkarren/selene) in my projects lately and I think is a more strict linter in some cases, showing more `errors` or `warnings` to catch what...

### Describe the highlighting problem - When inside of a `Makefile` and using a `define \n...\n endef` the inside values will be highlighted as a whole and with `raw_text`. -...

highlights

# Changes made - [x] If the version is v0.10.0 or higher use the new API. `vim.api.nvim_win_set_option` and `vim.api.nvim_buf_set_option` are combined into `vim.api.nvim_set_option_value` from v0.10.0 onwards. ## Reference - [Deprecated...