move stuff
This commit is contained in:
		
							parent
							
								
									ea1d352822
								
							
						
					
					
						commit
						14a8facb84
					
				
					 3 changed files with 20 additions and 22 deletions
				
			
		|  | @ -2,14 +2,11 @@ | |||
| (fn modul [name] (.. dir name)) | ||||
| 
 | ||||
| (require (modul :lazy)) | ||||
| (require (modul :treesitter)) | ||||
| (require (modul :devicons)) | ||||
| (require (modul :gitsigns)) | ||||
| ; (require (modul :harpoon)) | ||||
| (require (modul :lsp-zero)) | ||||
| (require (modul :lualine)) | ||||
| (require (modul :mini)) | ||||
| (require (modul :telescope)) | ||||
| (require (modul :treesitter)) | ||||
| ; (require (modul :wilder)) | ||||
| (require (modul :incline)) | ||||
| (require (modul :colorizer)) | ||||
|  |  | |||
|  | @ -10,12 +10,16 @@ | |||
| (local plug 1) | ||||
| 
 | ||||
| (local plugins [ | ||||
|   :ThePrimeagen/vim-be-good | ||||
| 
 | ||||
|   :udayvir-singh/tangerine.nvim | ||||
|   :udayvir-singh/hibiscus.nvim | ||||
| 
 | ||||
|   :lambdalisue/nerdfont.vim | ||||
|   { plug :nvim-treesitter/nvim-treesitter | ||||
|     :build ":TSUpdate" | ||||
|     :branch :master | ||||
|     :lazy false } | ||||
| 
 | ||||
|   ; :lambdalisue/nerdfont.vim | ||||
|   ; :brenoprata10/nvim-highlight-colors | ||||
| 
 | ||||
|   { plug :catppuccin/nvim | ||||
|     :name :catppuccin | ||||
|  | @ -29,7 +33,6 @@ | |||
|     :event [:BufReadPre] } | ||||
| 
 | ||||
|   :echasnovski/mini.nvim | ||||
|   :brenoprata10/nvim-highlight-colors | ||||
| 
 | ||||
|   { plug :svampkorg/moody.nvim | ||||
|     :event [:ModeChanged :BufWinEnter :WinEnter] | ||||
|  | @ -42,10 +45,10 @@ | |||
|     :tag :0.1.8 | ||||
|     :dependencies [:nvim-lua/plenary.nvim] } | ||||
| 
 | ||||
|   { plug :OXY2DEV/markview.nvim | ||||
|     :dependencies | ||||
|     [ :nvim-treesitter/nvim-treesitter | ||||
|     :nvim-tree/nvim-web-devicons ] } | ||||
|   ; { plug :OXY2DEV/markview.nvim | ||||
|   ;   :dependencies | ||||
|   ;   [ :nvim-treesitter/nvim-treesitter | ||||
|   ;   :nvim-tree/nvim-web-devicons ] } | ||||
| 
 | ||||
|   { plug :ThePrimeagen/harpoon | ||||
|     :branch :harpoon2 | ||||
|  | @ -54,9 +57,6 @@ | |||
|   { plug :nvim-lualine/lualine.nvim | ||||
|     :dependencies [:nvim-tree/nvim-web-devicons] } | ||||
| 
 | ||||
|   { plug :nvim-treesitter/nvim-treesitter | ||||
|     :build ":TSUpdate" } | ||||
| 
 | ||||
|   { plug :VonHeikemen/lsp-zero.nvim | ||||
|     :branch "v3.x" | ||||
|     :dependencies | ||||
|  |  | |||
|  | @ -4,16 +4,17 @@ | |||
| (configs.setup | ||||
|   { :ensure_installed | ||||
|     [ :c | ||||
|       :rust | ||||
|       :bash | ||||
|       :c_sharp | ||||
|       :fennel | ||||
|       :go | ||||
|       :haskell | ||||
|       :lua | ||||
|       :python | ||||
|       :query | ||||
|       :rust | ||||
|       :vim | ||||
|       :vimdoc | ||||
|       :query | ||||
|       :haskell | ||||
|       :go | ||||
|       :bash | ||||
|       :python | ||||
|       :fennel | ||||
|       :hyprlang ] | ||||
| 
 | ||||
|     :sync_install false | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue