tangled
alpha
login
or
join now
boltless.me
/
nvim_rocks
0
fork
atom
neovim configuration using rocks.nvim plugin manager
0
fork
atom
overview
issues
pulls
pipelines
feat(ftplugin): set nix tabstop to 2
BoltlessEngineer
10 months ago
97826deb
67dfcf8b
+1
-1
2 changed files
expand all
collapse all
unified
split
after
ftplugin
markdown.vim
nix.vim
-1
after/ftplugin/markdown.vim
···
1
1
setlocal wrap
2
2
setlocal colorcolumn=
3
3
setlocal tabstop=2
4
4
-
setlocal shiftwidth=2
5
4
6
5
nnoremap <buffer> <cr> <cmd>Markview toggle<cr>
+1
after/ftplugin/nix.vim
···
1
1
+
setlocal tabstop=2