mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 f5231d61a5
			
		
	
	f5231d61a5
	
	
	
		
			
			Problem: No commentstring is set for C# buffers after removing the default C-style commentstring Solution: Add `ftplugin/cs.lua` with C-style commentstring
		
			
				
	
	
		
			2 lines
		
	
	
		
			32 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			32 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| vim.bo.commentstring = '/*%s*/'
 |