This commit is contained in:
asep komarudin 2023-04-22 16:29:44 +07:00
parent 21c3a8778f
commit 77d6e5e961
3 changed files with 9 additions and 2 deletions

7
ftplugin/html.lua Normal file
View file

@ -0,0 +1,7 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
local opt = vim.opt
opt.shiftwidth = 2 -- Size of an indent
opt.tabstop = 2 -- Size of an indent

View file

@ -29,7 +29,7 @@
"mini.indentscope": { "branch": "main", "commit": "43f6761c9a3e397b7c12b3c72f678bcf61efcfcf" },
"neoscroll.nvim": { "branch": "master", "commit": "d7601c26c8a183fa8994ed339e70c2d841253e93" },
"null-ls.nvim": { "branch": "main", "commit": "7161cc47d95daed3426837eed88d67ef4c21318a" },
"nvim-autopairs": { "branch": "master", "commit": "4fc96c8f3df89b6d23e5092d31c866c53a346347" },
"nvim-autopairs": { "branch": "master", "commit": "7566a86f44bb72ba2b1a609f528a27d93241502d" },
"nvim-cmp": { "branch": "main", "commit": "777450fd0ae289463a14481673e26246b5e38bf2" },
"nvim-colorizer.lua": { "branch": "master", "commit": "dde3084106a70b9a79d48f426f6d6fec6fd203f7" },
"nvim-lsp-installer": { "branch": "main", "commit": "17e0bfa5f2c8854d1636fcd036dc8284db136baa" },

View file

@ -171,7 +171,7 @@ return {
{
"windwp/nvim-autopairs",
lazy = true,
commit = "4fc96c8f3df89b6d23e5092d31c866c53a346347",
-- commit = "4fc96c8f3df89b6d23e5092d31c866c53a346347",
dependencies = "hrsh7th/nvim-cmp",
event = "InsertEnter",
config = function()