diff --git a/.github/labels.yml b/.github/labels.yml index 34c3bf2c..e799004f 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -24,7 +24,7 @@ - any-glob-to-any-file: - .github/workflows/*.yml - .github/typos.toml - - .github/dependabot.yml + . .github/dependabot.yml "topic: meta": - any: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fc2e0d65..96d5c7be 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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 diff --git a/modules/plugins/languages/dart.nix b/modules/plugins/languages/dart.nix index c2a1810d..9cbd0783 100644 --- a/modules/plugins/languages/dart.nix +++ b/modules/plugins/languages/dart.nix @@ -143,6 +143,8 @@ in { }) (mkIf ftcfg.enable { + lsp.enable = true; + startPlugins = [ ( if ftcfg.enableNoResolvePatch diff --git a/modules/plugins/languages/ts.nix b/modules/plugins/languages/ts.nix index b9971488..5a1e5889 100644 --- a/modules/plugins/languages/ts.nix +++ b/modules/plugins/languages/ts.nix @@ -101,7 +101,6 @@ "eslint.config.js" "eslint.config.mjs" ".eslintrc" - ".eslintrc.cjs" ".eslintrc.json" ".eslintrc.js" ".eslintrc.yml" diff --git a/modules/plugins/lsp/config.nix b/modules/plugins/lsp/config.nix index c2320aaf..3702ac5f 100644 --- a/modules/plugins/lsp/config.nix +++ b/modules/plugins/lsp/config.nix @@ -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( diff --git a/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix b/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix index ff255c6c..14243670 100644 --- a/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix +++ b/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix @@ -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`