mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 16:48:58 +02:00
added more to the ensure installed of treesitter
This commit is contained in:
parent
198370ae5b
commit
9a4ca7c839
2 changed files with 52 additions and 24 deletions
|
@ -5,7 +5,10 @@ return {
|
|||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {}
|
||||
lint.linters_by_ft = {
|
||||
javascript = {},
|
||||
typescript = {},
|
||||
}
|
||||
|
||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||
-- instead set linters_by_ft like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue