Skip to content

Commit

Permalink
fix(neovim): filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed Sep 5, 2024
1 parent 9813118 commit 8126640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neovim/nvim/lua/pl/none-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ function M.config()
null_ls.builtins.formatting.clang_format,
null_ls.builtins.formatting.dart_format,
null_ls.builtins.diagnostics.textlint.with {
filetypes = { 'txt', 'markdown', 'tex' }
filetypes = { 'text', 'markdown', 'tex' }
},
null_ls.builtins.formatting.textlint.with {
filetypes = { 'txt', 'markdown', 'tex' }
filetypes = { 'text', 'markdown', 'tex' }
}
}
}
Expand Down

0 comments on commit 8126640

Please sign in to comment.