Delete nvim config

This commit is contained in:
Leon Grünewald 2025-03-18 12:57:45 +01:00
parent 79c577e741
commit 25ba4940ad

View file

@ -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