mirror of
				https://github.com/tiyn/tccs.nvim.git
				synced 2025-10-31 19:21:20 +01:00 
			
		
		
		
	Readme: fixed languages
This commit is contained in:
		| @@ -27,7 +27,7 @@ Other plugin managers can be used too - the setup has to be adapted accordingly | |||||||
|  |  | ||||||
| Add the following line into the function `return require("lazy").setup({})` to load the plugin. | Add the following line into the function `return require("lazy").setup({})` to load the plugin. | ||||||
|  |  | ||||||
| ```vim | ```lua | ||||||
| { | { | ||||||
|   'tiyn/tccs.nvim', |   'tiyn/tccs.nvim', | ||||||
|   config = function() |   config = function() | ||||||
| @@ -56,7 +56,7 @@ For LuaLine support add the following lines in in the same way of the previous c | |||||||
|  |  | ||||||
| ### Options | ### Options | ||||||
|  |  | ||||||
| ```vim | ```lua | ||||||
| -- Enable transparent background | -- Enable transparent background | ||||||
| transparent = true, | transparent = true, | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user