Kevin Heinicke %!s(int64=6) %!d(string=hai) anos
pai
achega
0edb0ffcdb
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 2 0
      nvim/after/ftplugin/tex.vim
  2. 1 2
      nvimrc

+ 2 - 0
nvim/after/ftplugin/tex.vim

@@ -1,3 +1,5 @@
 setlocal shiftwidth=4
 setlocal tabstop=4
 setlocal softtabstop=4
+setlocal norelativenumber
+setlocal nocursorline

+ 1 - 2
nvimrc

@@ -63,8 +63,6 @@ map k gk
 
 nnoremap <silent> <BS> :TmuxNavigateLeft<cr>
 
-set relativenumber  " aka :set rnu
-
 "map mapleader / to (german layout)
 let mapleader = ","
 
@@ -108,6 +106,7 @@ set colorcolumn=80 " Bar hinting for 80 chars
 set breakindent "baby, yeah!
 set mouse=a " activate mouse support
 set ignorecase " ignore case while searching
+set relativenumber  " aka :set rnu
 
 " autoformatting
 let g:formatter_python = ['yapf']