682defd71219

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Mar 2022 09:59:04 -0400
parents c5baf9bfb3fb
children 2f65feeb0393 15f446854045
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Thu Mar 17 09:58:45 2022 -0400
+++ b/vim/vimrc	Thu Mar 17 09:59:04 2022 -0400
@@ -2108,33 +2108,6 @@
 let delimitMate_expand_cr = 1
 
 " }}}
-" Firenvim {{{
-"
-let g:firenvim_config = { 
-    \ 'globalSettings': {
-        \ 'takeover': 'never',
-    \  },
-    \ 'localSettings': {
-        \ '.*': {
-            \ 'takeover': 'never',
-        \ },
-    \ }
-\ }
-
-if exists('g:started_by_firenvim')
-  set laststatus=0
-  set guifont=Ubuntu\ Mono:h10
-else
-  set laststatus=2
-endif
-
-augroup ft_fugitive
-    au!
-
-    au BufEnter github.com_*.txt set filetype=markdown
-augroup END
-
-" }}}
 " Fugitive {{{
 
 nnoremap <leader>gd :Gdiff<cr>