Add more astronvim plugins
This commit is contained in:
		
							parent
							
								
									6ec64f09c8
								
							
						
					
					
						commit
						2cf51b55ea
					
				
					 3 changed files with 22 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5,5 +5,12 @@ return {
 | 
			
		|||
  -- available plugins can be found at https://github.com/AstroNvim/astrocommunity
 | 
			
		||||
 | 
			
		||||
  { import = "astrocommunity.colorscheme.dracula-nvim" },
 | 
			
		||||
  -- { import = "astrocommunity.completion.copilot-lua-cmp" },
 | 
			
		||||
  {
 | 
			
		||||
    "Mofiqul/dracula.nvim",
 | 
			
		||||
    opts = {
 | 
			
		||||
      transparent_bg = true,
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  { import = "astrocommunity.completion.copilot-lua-cmp" },
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
local wakatime_enabled = false
 | 
			
		||||
if os.getenv("WAKATIME_API_KEY") then
 | 
			
		||||
  wakatime_enabled = true
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
return {
 | 
			
		||||
  -- You can also add new plugins here as well:
 | 
			
		||||
  -- Add plugins, the lazy syntax
 | 
			
		||||
| 
						 | 
				
			
			@ -9,4 +14,12 @@ return {
 | 
			
		|||
  --     require("lsp_signature").setup()
 | 
			
		||||
  --   end,
 | 
			
		||||
  -- },
 | 
			
		||||
 | 
			
		||||
  "apple/pkl-neovim",
 | 
			
		||||
 | 
			
		||||
  {
 | 
			
		||||
    "wakatime/vim-wakatime",
 | 
			
		||||
    enabled = wakatime_enabled,
 | 
			
		||||
    lazy = false
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue