made core options work in neovim
This commit is contained in:
		@@ -1 +0,0 @@
 | 
			
		||||
vim.cmd("runtime! .lua")
 | 
			
		||||
@@ -42,10 +42,11 @@
 | 
			
		||||
        config = toLuaFile ./plugins/indent.lua;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      {
 | 
			
		||||
        plugin = nvim-ts-autotag;
 | 
			
		||||
        config = toLuaFile ./plugins/autotag.lua;
 | 
			
		||||
      }
 | 
			
		||||
      # TODO: enable this when treesitter is installed
 | 
			
		||||
      # {
 | 
			
		||||
      #   plugin = nvim-ts-autotag;
 | 
			
		||||
      #   config = toLuaFile ./plugins/autotag.lua;
 | 
			
		||||
      # }
 | 
			
		||||
 | 
			
		||||
      {
 | 
			
		||||
        plugin = nvim-colorizer-lua;
 | 
			
		||||
@@ -54,7 +55,8 @@
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    extraLuaConfig = ''
 | 
			
		||||
      vim.cmd("runtime! core/*.lua")
 | 
			
		||||
      ${builtins.readFile ./core/colors.lua}
 | 
			
		||||
      ${builtins.readFile ./core/options.lua}
 | 
			
		||||
    '';
 | 
			
		||||
 | 
			
		||||
    extraPackages = with pkgs; [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user