customize to my liking
This commit is contained in:
		
							parent
							
								
									39d0c173eb
								
							
						
					
					
						commit
						3ff03130d0
					
				
							
								
								
									
										15
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										15
									
								
								init.lua
								
								
								
								
							|  | @ -91,7 +91,7 @@ vim.g.mapleader = ' ' | ||||||
| vim.g.maplocalleader = ' ' | vim.g.maplocalleader = ' ' | ||||||
| 
 | 
 | ||||||
| -- Set to true if you have a Nerd Font installed and selected in the terminal | -- Set to true if you have a Nerd Font installed and selected in the terminal | ||||||
| vim.g.have_nerd_font = false | vim.g.have_nerd_font = true | ||||||
| 
 | 
 | ||||||
| -- [[ Setting options ]] | -- [[ Setting options ]] | ||||||
| -- See `:help vim.opt` | -- See `:help vim.opt` | ||||||
|  | @ -729,13 +729,13 @@ require('lazy').setup({ | ||||||
|           -- Accept ([y]es) the completion. |           -- Accept ([y]es) the completion. | ||||||
|           --  This will auto-import if your LSP supports it. |           --  This will auto-import if your LSP supports it. | ||||||
|           --  This will expand snippets if the LSP sent a snippet. |           --  This will expand snippets if the LSP sent a snippet. | ||||||
|           ['<C-y>'] = cmp.mapping.confirm { select = true }, |           -- ['<C-y>'] = cmp.mapping.confirm { select = true }, | ||||||
| 
 | 
 | ||||||
|           -- If you prefer more traditional completion keymaps, |           -- If you prefer more traditional completion keymaps, | ||||||
|           -- you can uncomment the following lines |           -- you can uncomment the following lines | ||||||
|           --['<CR>'] = cmp.mapping.confirm { select = true }, |           ['<CR>'] = cmp.mapping.confirm { select = true }, | ||||||
|           --['<Tab>'] = cmp.mapping.select_next_item(), |           ['<Tab>'] = cmp.mapping.select_next_item(), | ||||||
|           --['<S-Tab>'] = cmp.mapping.select_prev_item(), |           ['<S-Tab>'] = cmp.mapping.select_prev_item(), | ||||||
| 
 | 
 | ||||||
|           -- Manually trigger a completion from nvim-cmp. |           -- Manually trigger a completion from nvim-cmp. | ||||||
|           --  Generally you don't need this, because nvim-cmp will display |           --  Generally you don't need this, because nvim-cmp will display | ||||||
|  | @ -908,5 +908,10 @@ require('lazy').setup({ | ||||||
|   }, |   }, | ||||||
| }) | }) | ||||||
| 
 | 
 | ||||||
|  | -- from checkhealth but don't seem to do anything; what am I doing wrong | ||||||
|  | vim.g.loaded_ruby_provider = 0 | ||||||
|  | vim.g.loaded_python3_provider = 0 | ||||||
|  | vim.g.loaded_perl_provider = 0 | ||||||
|  | 
 | ||||||
| -- The line beneath this is called `modeline`. See `:help modeline` | -- The line beneath this is called `modeline`. See `:help modeline` | ||||||
| -- vim: ts=2 sts=2 sw=2 et | -- vim: ts=2 sts=2 sw=2 et | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue