added some more configurations

This commit is contained in:
ngorana 2024-10-18 14:40:39 +01:00
parent 41d6f87f64
commit 9ea714a879
9 changed files with 86 additions and 21 deletions

View file

@ -1,6 +1,3 @@
-- autopairs
-- https://github.com/windwp/nvim-autopairs
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',

View file

@ -5,9 +5,9 @@ return {
event = { 'BufReadPre', 'BufNewFile' },
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
}
-- lint.linters_by_ft = {
-- markdown = { 'markdownlint' },
-- }
-- To allow other plugins to add linters to require('lint').linters_by_ft,
-- instead set linters_by_ft like this: