vim:vimrc.d:*: Use " instead of # in header lines
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
" Plugins ######################################################################
|
||||
" Plugins """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Load all plugins in pack/*/start
|
||||
packloadall
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
" Settings #####################################################################
|
||||
" Settings """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" hybrid linenumbers
|
||||
set number relativenumber
|
||||
" no timeout when exiting insert-mode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
" Keybindings ##################################################################
|
||||
" Keybindings """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Stop highlighting search result when pressing Return
|
||||
nnoremap <silent> <CR> :nohlsearch<CR><CR>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
" Aesthetics ###################################################################
|
||||
" Aesthetics """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Use 24-bit (true-color) mode
|
||||
if (has('termguicolors'))
|
||||
set termguicolors
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
" Commands #####################################################################
|
||||
" Commands """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
command! DiffOrig vert new | set buftype=nofile | read ++edit # | 0d_ | diffthis
|
||||
\ | wincmd p | diffthis
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
" Functions ####################################################################
|
||||
" Functions """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Toggle spell language between German and English
|
||||
function! CycleSpellLang()
|
||||
if (&spelllang == 'en')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
" Autocommands #################################################################
|
||||
" Autocommands """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Highlight trailing whitespaces
|
||||
" (https://vim.fandom.com/wiki/Highlight_unwanted_spaces)
|
||||
" Create highlight group
|
||||
|
||||
Reference in New Issue
Block a user