mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	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*/'
 |