changed autotab to 4 spaces in neovim

This commit is contained in:
2025-07-29 11:07:11 +03:00
parent 3687134540
commit 56ae38478f
10 changed files with 299 additions and 316 deletions

View File

@@ -1,6 +1,12 @@
require "nvchad.options"
-- add yours here!
local o = vim.o
-- set tabsize
o.tabstop = 4
o.expandtab = true
o.shiftwidth = 4
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!
o.cursorlineopt ='both' -- to enable cursorline!

View File

@@ -86,14 +86,19 @@ return {
},
{
"3rd/image.nvim",
build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239
lazy = false,
opts = {
processor = "magick_cli",
}
'wakatime/vim-wakatime',
lazy = false
},
-- {
-- "3rd/image.nvim",
-- build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239
-- lazy = false,
-- opts = {
-- processor = "magick_cli",
-- }
-- },
-- {
-- "nvim-treesitter/nvim-treesitter",
-- opts = {