diff --git a/init.lua b/init.lua index c77ff26c..608105ef 100644 --- a/init.lua +++ b/init.lua @@ -71,6 +71,9 @@ require('lazy').setup({ -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', + + -- Automatically append closing quotes and brackets when typing + 'cohama/lexima.vim' -- NOTE: This is where your plugins related to LSP can be installed. -- The configuration is done below. Search for lspconfig to find it below.