nvim
This commit is contained in:
		
							parent
							
								
									f26c25e8f4
								
							
						
					
					
						commit
						a357256bfa
					
				
					 2 changed files with 15 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -87,7 +87,21 @@ end
 | 
			
		|||
 | 
			
		||||
local servers = {
 | 
			
		||||
    gopls = {},
 | 
			
		||||
    phpactor = {},
 | 
			
		||||
    intelephense = {
 | 
			
		||||
        settings = {
 | 
			
		||||
            intelephense = {
 | 
			
		||||
                format = {
 | 
			
		||||
                    braces = "k&r",
 | 
			
		||||
                },
 | 
			
		||||
                telemetry = {
 | 
			
		||||
                    enabled = false,
 | 
			
		||||
                },
 | 
			
		||||
                files = {
 | 
			
		||||
                    maxSize = 10000000,
 | 
			
		||||
                },
 | 
			
		||||
            },
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    pylsp = {},
 | 
			
		||||
    rust_analyzer = {
 | 
			
		||||
        assist = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,13 +29,6 @@ cmp.setup {
 | 
			
		|||
    },
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
cmp.setup.cmdline({ "/", "?" }, {
 | 
			
		||||
    mapping = cmp.mapping.preset.cmdline(),
 | 
			
		||||
    sources = {
 | 
			
		||||
        { name = "buffer" },
 | 
			
		||||
    },
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
cmp.setup.cmdline(":", {
 | 
			
		||||
    mapping = cmp.mapping.preset.cmdline(),
 | 
			
		||||
    sources = cmp.config.sources({
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue