mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-18 08:08:40 +00:00
Compare commits
No commits in common. "ce08bf8d2cace8d0092acfcabfa9cb111b06f1ee" and "60ab3c90b498144e4d047104472946ac1d391b6c" have entirely different histories.
ce08bf8d2c
...
60ab3c90b4
6 changed files with 9 additions and 8 deletions
2
.github/labels.yml
vendored
2
.github/labels.yml
vendored
|
|
@ -24,7 +24,7 @@
|
|||
- any-glob-to-any-file:
|
||||
- .github/workflows/*.yml
|
||||
- .github/typos.toml
|
||||
- .github/dependabot.yml
|
||||
. .github/dependabot.yml
|
||||
|
||||
"topic: meta":
|
||||
- any:
|
||||
|
|
|
|||
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
|
|
@ -17,5 +17,5 @@ jobs:
|
|||
- uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
configuration-path: .github/labels.yml
|
||||
configuration-path: .github/labeler.yml
|
||||
sync-labels: true
|
||||
|
|
|
|||
|
|
@ -143,6 +143,8 @@ in {
|
|||
})
|
||||
|
||||
(mkIf ftcfg.enable {
|
||||
lsp.enable = true;
|
||||
|
||||
startPlugins = [
|
||||
(
|
||||
if ftcfg.enableNoResolvePatch
|
||||
|
|
|
|||
|
|
@ -101,7 +101,6 @@
|
|||
"eslint.config.js"
|
||||
"eslint.config.mjs"
|
||||
".eslintrc"
|
||||
".eslintrc.cjs"
|
||||
".eslintrc.json"
|
||||
".eslintrc.js"
|
||||
".eslintrc.yml"
|
||||
|
|
|
|||
|
|
@ -84,13 +84,13 @@ in {
|
|||
group = augroup,
|
||||
buffer = bufnr,
|
||||
callback = function()
|
||||
if vim.b.disableFormatSave then
|
||||
return
|
||||
end
|
||||
|
||||
${
|
||||
if config.vim.lsp.null-ls.enable
|
||||
then ''
|
||||
if vim.b.disableFormatSave then
|
||||
return
|
||||
end
|
||||
|
||||
local function is_null_ls_formatting_enabled(bufnr)
|
||||
local file_type = vim.api.nvim_buf_get_option(bufnr, "filetype")
|
||||
local generators = require("null-ls.generators").get_available(
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ in {
|
|||
type = nullOr str;
|
||||
default = null;
|
||||
description = ''
|
||||
The indicator icon to use for the current buffer.
|
||||
The indicatotor icon to use for the current buffer.
|
||||
|
||||
::: {.warning}
|
||||
This **must** be omitted while style is not `icon`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue