diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-18 17:43:59 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-18 17:43:59 +0100 |
commit | b59b1d2a3dc55c766388457c8c4f0c2d2975aa90 (patch) | |
tree | a85aaa7a02e441fb5b9aa34667aa54dac067a99b /lua/lazy-plugins.lua | |
parent | 7829fe9d26db3cfcd68639f5f427bb636e905fb0 (diff) | |
parent | 8e24ca32e32b866a0bec443b937fe75bd5756fc8 (diff) |
Merge 'upstream' feat: add linter plugin, lua_ls config comment
- feat: add linter plugin
- assign table to filetype in lua_ls config comment
Diffstat (limited to 'lua/lazy-plugins.lua')
-rw-r--r-- | lua/lazy-plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index a321594..7005325 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -59,6 +59,7 @@ require('lazy').setup({ -- -- require 'kickstart.plugins.debug', -- require 'kickstart.plugins.indent_line', + -- require 'kickstart.plugins.lint', -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` -- This is the easiest way to modularize your config. |