diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-08-27 22:15:00 -0400 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-08-27 22:15:00 -0400 |
| commit | e61cea38a6f3d35a389d9236e632b0eeb14fa788 (patch) | |
| tree | 7d36ffeb741d8472bfd77ba1e07a6fa0f6336fa0 /nvim/lua/plugins/init.lua | |
| parent | effbea32afb26f365d81a5797b9c24bc6fd1aa81 (diff) | |
added completions for some languages
Diffstat (limited to 'nvim/lua/plugins/init.lua')
| -rw-r--r-- | nvim/lua/plugins/init.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/lua/plugins/init.lua b/nvim/lua/plugins/init.lua index 8628e2e..d9c31dd 100644 --- a/nvim/lua/plugins/init.lua +++ b/nvim/lua/plugins/init.lua @@ -29,6 +29,12 @@ return { { 'numToStr/Comment.nvim', -- faster commentting lazy = false, + opts = { + mappings = { + basic = true, + extra = false + } + }, -- config = function() -- require('Comment').setup() -- end |
