This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Wed 20 Jul 2022 18:19:11 ACST
master
Tovi Jaeschke-Rogers
2 years ago
parent
3c6eff64b5
commit
52e53bc84e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.config/nvim/plugin/coc.lua
+ 2
- 0
.config/nvim/plugin/coc.lua
View File
@ -1,5 +1,7 @@
vim.o
.
signcolumn
=
'
number
'
vim.cmd
[[highlight CocErrorSign ctermfg=Black ctermbg=Magenta]]
-- Bind tab to select next tab complete
vim.api
.
nvim_set_keymap
(
"
i
"
,
"
<TAB>
"
,
"
pumvisible() ? '<C-n>' : '<TAB>'
"
,
{
noremap
=
true
,
silent
=
true
,
expr
=
true
}
)
Write
Preview
Loading…
Cancel
Save