mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 17:29:54 -06:00
Fix listchars showing
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
:shiftwidth 2
|
||||
:softtabstop 2
|
||||
:list true
|
||||
:listchars "tab:➥\\ ,trail:·"
|
||||
:listchars "tab:➥\\ ,trail:·,"
|
||||
:backspace "indent,eol,start" ;allow backspacing over everything in insert mode
|
||||
:wildmode "list:longest,list:full"
|
||||
:wrap false
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
(nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "solarized8")
|
||||
;(nvim.ex.autocmd "vimenter" "*" "luafile" "treesitter.lua")
|
||||
;
|
||||
;
|
||||
; (nvim.fn.glob "~/.vimrc.local")
|
||||
|
||||
(defn make-fennel-scratch
|
||||
|
||||
Reference in New Issue
Block a user