Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nong Hoang Tu
parrot-skel
Commits
a1c7cd3b
Verified
Commit
a1c7cd3b
authored
Feb 21, 2020
by
Nong Hoang Tu
Browse files
Add config of neovim to parrot-skel
parent
ac1510e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
root/.config/nvim/init.vim
0 → 100644
View file @
a1c7cd3b
set
number
set
expandtab
set
autoindent
set
softtabstop
=
4
set
shiftwidth
=
2
set
tabstop
=
4
"Enable mouse click for nvim
set
mouse
=
a
"Fix cursor replacement after closing nvim
set
guicursor
=
"Shift + Tab does inverse tab
inoremap
<
S
-
Tab
>
<
C
-
d
>
"See invisible characters
set
list
listchars
=
tab
:>
\
,
trail
:+,
eol
:
$
skel/.config/nvim/init.vim
0 → 100644
View file @
a1c7cd3b
set
number
set
expandtab
set
autoindent
set
softtabstop
=
4
set
shiftwidth
=
2
set
tabstop
=
4
"Enable mouse click for nvim
set
mouse
=
a
"Fix cursor replacement after closing nvim
set
guicursor
=
"Shift + Tab does inverse tab
inoremap
<
S
-
Tab
>
<
C
-
d
>
"See invisible characters
set
list
listchars
=
tab
:>
\
,
trail
:+,
eol
:
$
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment