cleaned up the config some
This commit is contained in:
parent
96add0cf96
commit
f328a7e2f5
4 changed files with 39 additions and 9 deletions
|
|
@ -6,4 +6,12 @@ return {
|
|||
position = 'right',
|
||||
width = 60,
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
'<leader>dt',
|
||||
':DocsViewToggle<enter>',
|
||||
desc = 'Toggle Documentation',
|
||||
mode = { 'n' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ return {
|
|||
-- lint.linters_by_ft['inko'] = nil
|
||||
-- lint.linters_by_ft['janet'] = nil
|
||||
-- lint.linters_by_ft['json'] = nil
|
||||
-- lint.linters_by_ft['markdown'] = nil
|
||||
lint.linters_by_ft['markdown'] = nil
|
||||
-- lint.linters_by_ft['rst'] = nil
|
||||
-- lint.linters_by_ft['ruby'] = nil
|
||||
-- lint.linters_by_ft['terraform'] = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue