diff --git a/roles/neovim/files/init.vim b/roles/neovim/files/init.vim index 2e464d0..644797d 100644 --- a/roles/neovim/files/init.vim +++ b/roles/neovim/files/init.vim @@ -3,4 +3,3 @@ lua require('transition') set runtimepath^=~/.vim runtimepath+=~/.vim/after let &packpath = &runtimepath source ~/.vimrc -tnoremap diff --git a/roles/neovim/files/transition.lua b/roles/neovim/files/transition.lua index ecf2313..4e73e30 100644 --- a/roles/neovim/files/transition.lua +++ b/roles/neovim/files/transition.lua @@ -1,3 +1,4 @@ -- TODO: https://vonheikemen.github.io/devlog/tools/configuring-neovim-using-lua/ vim.g.python3_host_prog = '/usr/bin/python3' vim.g.vimtex_compiler_progname = 'nvr' +vim.keymap.set('t', '', '')