summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-04-29 10:50:06 -0400
committerJune McEnroe <june@causal.agency>2016-04-29 10:51:17 -0400
commitbabb7aed66219ed28be3248ad082b77119d96330 (patch)
tree24c78abe2249d1f9003834e625c535085a0731b9
parentRemove gvim=mvim alias (diff)
downloadsrc-babb7aed66219ed28be3248ad082b77119d96330.tar.gz
src-babb7aed66219ed28be3248ad082b77119d96330.zip
Remove explicit syntax/filetype on
neovim 0.1.4 actually doesn't need them!
-rw-r--r--.config/nvim/init.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index d67c5fb2..d1243d18 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -10,8 +10,6 @@ set ruler showcmd
 set scrolloff=1
 set number cursorline colorcolumn=80,100
 set list listchars=tab:»·,trail:·
-syntax on
-filetype plugin indent on
 
 nmap <leader><leader> :nohlsearch<CR>
 
831a4006543869&id=c7c44d88fedb8392476c05b0de01dc5623b0aa70&follow=1'>Add manuals for macOS 11.3June McEnroe 2021-05-08Update to OpenBSD 6.9June McEnroe 2021-04-26Update to Linux man-pages 5.11June McEnroe 2021-04-26Update to FreeBSD 13.0June McEnroe 2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe 2020-12-14Update to man-pages-posix 2017-aJune McEnroe 2020-12-14Update to OpenBSD 6.8June McEnroe 2020-12-14Update to NetBSD 9.1June McEnroe 2020-12-14Update to man-pages 5.09June McEnroe 2020-12-14Update to FreeBSD 12.2June McEnroe 2020-06-08Update to OpenBSD 6.7June McEnroe 2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe 2020-05-04Don't clear MANSECTJune McEnroe