enable indent_line plugin

This commit is contained in:
Schistos Tega 2024-06-02 21:27:03 +03:00
parent ca3f3c8e5d
commit 6e9bb7d300
2 changed files with 1 additions and 4 deletions

View File

@ -875,7 +875,7 @@ require('lazy').setup({
-- Uncomment any of the lines below to enable them (you will need to restart nvim). -- Uncomment any of the lines below to enable them (you will need to restart nvim).
-- --
-- require 'kickstart.plugins.debug', -- require 'kickstart.plugins.debug',
-- require 'kickstart.plugins.indent_line', require 'kickstart.plugins.indent_line',
-- require 'kickstart.plugins.lint', -- require 'kickstart.plugins.lint',
require 'kickstart.plugins.autopairs', require 'kickstart.plugins.autopairs',
-- require 'kickstart.plugins.neo-tree', -- require 'kickstart.plugins.neo-tree',

View File

@ -6,8 +6,5 @@ vim.opt.relativenumber = true
vim.g.have_nerd_font = true vim.g.have_nerd_font = true
require 'custom.mappings' require 'custom.mappings'
require('lazy').setup {
require 'kickstart.plugins.indent_line',
}
return {} return {}