Initial commit
This commit is contained in:
commit
0ad164cf5e
10 changed files with 745 additions and 0 deletions
3
nvim/README.md
Normal file
3
nvim/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# nvim
|
||||
|
||||
These files probably go inside `~/.config/nvim`.
|
7
nvim/coc-settings.json
Normal file
7
nvim/coc-settings.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"suggest.noselect": false,
|
||||
"eslint.autoFixOnSave": true,
|
||||
"eslint.filetypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
|
||||
"coc.preferences.formatOnSaveFiletypes": ["markdown", "mdx", "javascript", "javascriptreact", "typescript", "typescriptreact"],
|
||||
"coc.preferences.jumpCommand": "vsplit"
|
||||
}
|
3
nvim/init.vim
Normal file
3
nvim/init.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||
let &packpath=&runtimepath
|
||||
source ~/.vimrc
|
Loading…
Add table
Add a link
Reference in a new issue