diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-01 11:09:32 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-01 11:09:32 +0100 |
commit | b650582c60755e3ade2866665f710f07e91022de (patch) | |
tree | 8a2a6950a3be0b67e8f4bb8fba6347382b6f1774 /lua/lazy-plugins.lua | |
parent | d6d745da330e66c629f7874ba7e8fa37b1df9fbb (diff) | |
parent | 38828dcaf7c140902fedeaa75b017bf968400bb0 (diff) |
Merge 'upstream/master' fixup style, lua lsp snippets
fixup: updated some style stuff
feat: enable lua lsp snipppets
Diffstat (limited to 'lua/lazy-plugins.lua')
-rw-r--r-- | lua/lazy-plugins.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index f68fecb..8a18c1e 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -10,9 +10,6 @@ -- -- NOTE: Here is where you install your plugins. require('lazy').setup { - - -- [[ Plugin Specs list ]] - -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically |