Add modula-2 indentation rules
This commit is contained in:
		
							
								
								
									
										3
									
								
								.config/nvim/ftplugin/modula2.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.config/nvim/ftplugin/modula2.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
vim.bo.expandtab = true
 | 
			
		||||
vim.bo.tabstop = 2
 | 
			
		||||
vim.bo.shiftwidth = 2
 | 
			
		||||
							
								
								
									
										3
									
								
								.yashrc
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								.yashrc
									
									
									
									
									
								
							@@ -12,9 +12,6 @@ bindkey --emacs '\^L' clear-and-redraw-all
 | 
			
		||||
bindkey --vi-insert '\^L' clear-and-redraw-all
 | 
			
		||||
bindkey --vi-command '\^L' clear-and-redraw-all
 | 
			
		||||
 | 
			
		||||
# Define shortcuts.
 | 
			
		||||
alias rdpwin='xfreerdp /f /sound /v:192.168.0.4 /u:belka@caraus.de'
 | 
			
		||||
 | 
			
		||||
# Programming environment.
 | 
			
		||||
command -v rbenv >/dev/null 2>&1 && eval "$(rbenv init -)"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user