Delete nvim config
This commit is contained in:
parent
79c577e741
commit
25ba4940ad
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
source ~/.vimrc
|
||||
|
||||
lua << EOF
|
||||
require('nvim-treesitter.configs').setup {
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
|
||||
vim.g.coq_settings = {
|
||||
keymap = { recommended = true },
|
||||
auto_start = 'shut-up',
|
||||
clients = {
|
||||
tmux = { enabled = true },
|
||||
},
|
||||
}
|
||||
|
||||
require('coq')
|
||||
EOF
|
||||
|
Loading…
Reference in a new issue