mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-10-31 16:06:36 +00:00 
			
		
		
		
	Move autoindent to indent settings
This commit is contained in:
		
							parent
							
								
									88891bb2a4
								
							
						
					
					
						commit
						afa4c250c5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -6,6 +6,7 @@ local g = vim.g | |||
| cmd[[filetype plugin on]] | ||||
| 
 | ||||
| -- Tab/Indent settings | ||||
| o.autoindent = true         -- Enable autoindent | ||||
| o.expandtab = true          -- Expand tabs to spaces | ||||
| o.tabstop = 4               -- Tab size in spaces | ||||
| o.shiftwidth = 4            -- Indentation size | ||||
|  | @ -39,7 +40,6 @@ table.insert(o.path, "**")                  -- Search down into subfolders with | |||
| -- Misc | ||||
| o.mouse = "a"               -- Enable mouse mode | ||||
| o.encoding = "utf-8"        -- Use UTF-8 encoding | ||||
| o.autoindent = true         -- Enable autoindent | ||||
| o.autoread = true           -- Automatically reload files on change | ||||
| o.undolevels = 999          -- Lots of these | ||||
| o.history = 1000            -- More history | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue