disabled swap file creation on neovim.
This commit is contained in:
		
							parent
							
								
									903fdb4c7d
								
							
						
					
					
						commit
						36c80f642e
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -20,6 +20,7 @@ set lazyredraw
 | 
				
			||||||
set autoread
 | 
					set autoread
 | 
				
			||||||
set history=5000
 | 
					set history=5000
 | 
				
			||||||
filetype plugin on
 | 
					filetype plugin on
 | 
				
			||||||
 | 
					set noswapfile "disables creation of swap files
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"user interface stuff
 | 
					"user interface stuff
 | 
				
			||||||
	"disables the autocommenting stuff.
 | 
						"disables the autocommenting stuff.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -356,7 +356,7 @@ set vicmd=nvim
 | 
				
			||||||
	" uncommenting one of lines below will result in ignoring 'vi[x]cmd' option
 | 
						" uncommenting one of lines below will result in ignoring 'vi[x]cmd' option
 | 
				
			||||||
	" for unknown file types.
 | 
						" for unknown file types.
 | 
				
			||||||
	" For *nix:
 | 
						" For *nix:
 | 
				
			||||||
	filetype * xdg-open &
 | 
						filetype * xdg-open
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" ------------------------------------------------------------------------------
 | 
					" ------------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue