From 73fa0eebf998c23dbbb98fbd1e5352bfc4bdcfff Mon Sep 17 00:00:00 2001 From: Kitso Gidion Namane Date: Wed, 20 Mar 2024 20:52:32 +0200 Subject: [PATCH] chore: my config --- init.lua | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 52ac0aba..89c58e50 100644 --- a/init.lua +++ b/init.lua @@ -154,6 +154,11 @@ vim.opt.cursorline = true -- Minimal number of screen lines to keep above and below the cursor. vim.opt.scrolloff = 10 +-- fix indentation +vim.o.tab = 4 +vim.o.softtabstop = 4 +vim.o.shiftwidth = 4 + -- [[ Basic Keymaps ]] -- See `:help vim.keymap.set()` @@ -827,8 +832,8 @@ require('lazy').setup({ -- Here are some example plugins that I've included in the Kickstart repository. -- Uncomment any of the lines below to enable them (you will need to restart nvim). -- - -- require 'kickstart.plugins.debug', - -- require 'kickstart.plugins.indent_line', + require 'kickstart.plugins.debug', + require 'kickstart.plugins.indent_line', -- require 'kickstart.plugins.lint', -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` @@ -836,7 +841,7 @@ require('lazy').setup({ -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins` - { import = 'custom.plugins' }, + -- { import = 'custom.plugins' }, }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the