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