unification of work and personal configs.
The work package, when stowed, makes the proper overrides, as long as all work stuff lives in ~/work/
This commit is contained in:
		
							parent
							
								
									ce99161959
								
							
						
					
					
						commit
						ffefa0fffd
					
				
					 4 changed files with 18 additions and 78 deletions
				
			
		| 
						 | 
				
			
			@ -393,83 +393,5 @@ require('lazy').setup({
 | 
			
		|||
        'ellisonleao/gruvbox.nvim',
 | 
			
		||||
        lazy = true,
 | 
			
		||||
    },
 | 
			
		||||
	use { 'nvim-treesitter/nvim-treesitter',
 | 
			
		||||
		run = ':TSUpdate',
 | 
			
		||||
		config = function()
 | 
			
		||||
			require('nvim-treesitter').setup {
 | 
			
		||||
				ensure_installed = {
 | 
			
		||||
					'c',
 | 
			
		||||
					'lua',
 | 
			
		||||
					'vim',
 | 
			
		||||
					'vimdoc',
 | 
			
		||||
					'query',
 | 
			
		||||
					'bash',
 | 
			
		||||
					'comment',
 | 
			
		||||
					'cpp',
 | 
			
		||||
					'diff',
 | 
			
		||||
					'git_config',
 | 
			
		||||
					'git_rebase',
 | 
			
		||||
					'gitattributes',
 | 
			
		||||
					'gitcommit',
 | 
			
		||||
					'gitignore',
 | 
			
		||||
					'json',
 | 
			
		||||
					'jsonc',
 | 
			
		||||
					'latex',
 | 
			
		||||
					'make',
 | 
			
		||||
					'python',
 | 
			
		||||
					'regex',
 | 
			
		||||
					'rust',
 | 
			
		||||
					'toml',
 | 
			
		||||
				},
 | 
			
		||||
				auto_install = true,
 | 
			
		||||
				highlight = { enable = true },
 | 
			
		||||
				indent = { enable = true },
 | 
			
		||||
				incremental_selection = { enable = true }
 | 
			
		||||
			}
 | 
			
		||||
		end,
 | 
			
		||||
	}
 | 
			
		||||
	use {
 | 
			
		||||
		{
 | 
			
		||||
			"williamboman/mason.nvim",
 | 
			
		||||
			config = function()
 | 
			
		||||
				require("mason").setup({
 | 
			
		||||
					ui = {
 | 
			
		||||
						icons = {
 | 
			
		||||
							package_installed = "✓",
 | 
			
		||||
							package_pending = "➜",
 | 
			
		||||
							package_uninstalled = "✗"
 | 
			
		||||
						}
 | 
			
		||||
					}
 | 
			
		||||
				})
 | 
			
		||||
			end
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"williamboman/mason-lspconfig.nvim",
 | 
			
		||||
			after = "mason.nvim",
 | 
			
		||||
			config = function()
 | 
			
		||||
				require("mason-lspconfig").setup({
 | 
			
		||||
					ensure_installed = {
 | 
			
		||||
						'lua_ls',
 | 
			
		||||
						'rust_analyzer',
 | 
			
		||||
						'bashls',
 | 
			
		||||
                        'pylsp', -- run PylspInstall pylsp-rope python-lsp-black python-lsp-ruff
 | 
			
		||||
                        'pyright',
 | 
			
		||||
						'texlab',
 | 
			
		||||
						'clangd',
 | 
			
		||||
					},
 | 
			
		||||
					automatic_installation = true
 | 
			
		||||
				})
 | 
			
		||||
			end
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"neovim/nvim-lspconfig",
 | 
			
		||||
			after = { "mason-lspconfig.nvim", "rust-tools.nvim" },
 | 
			
		||||
			config = function()
 | 
			
		||||
				require('LSPconfig')
 | 
			
		||||
			end
 | 
			
		||||
		},
 | 
			
		||||
		{ 'simrat39/rust-tools.nvim', },
 | 
			
		||||
		{ 'mfussenegger/nvim-jdtls', },
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue