formatting
This commit is contained in:
		
							
								
								
									
										3
									
								
								nvim/.editorconfig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								nvim/.editorconfig
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					[*]
 | 
				
			||||||
 | 
					indent_size=2
 | 
				
			||||||
 | 
					indent_style=space
 | 
				
			||||||
@@ -1,5 +1,15 @@
 | 
				
			|||||||
vim.opt.langmap = "+]ü["
 | 
					vim.opt.langmap = "+]ü["
 | 
				
			||||||
vim.keymap.set("n", "ü", "[", {remap=true})
 | 
					vim.keymap.set("n", "ü", "[", {remap=true})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					vim.opt.expandtab = true
 | 
				
			||||||
 | 
					vim.opt.shiftwidth = 4
 | 
				
			||||||
 | 
					vim.opt.tabstop = 4
 | 
				
			||||||
 | 
					vim.opt.softtabstop = 4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					vim.opt.smarttab = true
 | 
				
			||||||
 | 
					vim.opt.smartindent = true
 | 
				
			||||||
 | 
					vim.opt.autoindent = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Set to true if you have a Nerd Font installed and selected in the terminal
 | 
					-- Set to true if you have a Nerd Font installed and selected in the terminal
 | 
				
			||||||
vim.g.have_nerd_font = false
 | 
					vim.g.have_nerd_font = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user