Skip to content

soulsam480/nvim-oxlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-oxlint

  • a lazy vim plugin making use of oxling via lsp server

references

installation

with Lazy.nvim

{
  "soulsam480/nvim-oxlint",
  opts = {}
}

Config

{
  "javascript",
  "javascriptreact",
  "javascript.jsx",
  "typescript",
  "typescriptreact",
  "typescript.tsx",
}
  • root_dir <- default is .git parent
  • capabilities <- default is default client capabilities
  • handlers <- default is config change

About

oxlint LSP server plugin for neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages