diff options
author | Luc Sinet <[email protected]> | 2021-07-17 00:30:38 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-16 18:30:38 -0400 |
commit | 836286798e959fbaa43bd4502561cf85aea537c9 (patch) | |
tree | 821f5c459fb056c619aab9f34d802be8776a1cac /lua/default-config.lua | |
parent | fe48ed9ef9de8da8b9fbf7f82f8e0af1758581a4 (diff) |
[Feature] add linter support (#982)
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 3a019042..32a72483 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -10,6 +10,7 @@ O = { line_wrap_cursor_movement = true, transparent_window = false, format_on_save = true, + lint_on_save = true, vsnip_dir = vim.fn.stdpath "config" .. "/snippets", default_options = { |