mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: some qol crap
This commit is contained in:
parent
867159343a
commit
6fb744cdae
34 changed files with 433 additions and 598 deletions
|
@ -10,10 +10,12 @@ M.config = function()
|
|||
local lint = require("lint")
|
||||
|
||||
lint.linters_by_ft = {
|
||||
javascript = {},
|
||||
typescript = {},
|
||||
javascriptreact = {},
|
||||
typescriptreact = {},
|
||||
-- fuck this shit, 1.5Gb of RAM for this crap
|
||||
--
|
||||
-- javascript = {"eslint_d"},
|
||||
-- typescript = {"eslint_d"},
|
||||
-- javascriptreact = {"eslint_d"},
|
||||
-- typescriptreact = {"eslint_d"},
|
||||
}
|
||||
|
||||
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue