diff options
author | Chris <[email protected]> | 2021-07-31 15:53:00 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-31 15:53:00 -0400 |
commit | 2b09dbf0984e836255a294d746159a68bdeb9be8 (patch) | |
tree | 3e07ca77f214cefd789e8ccad2388c6938f4f161 /lua/core/autocmds.lua | |
parent | db9adf2fb880a012bb3b8aac3c53eb75f204a050 (diff) |
cleanup old tab filetype specific code
Diffstat (limited to 'lua/core/autocmds.lua')
-rw-r--r-- | lua/core/autocmds.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/core/autocmds.lua b/lua/core/autocmds.lua index 1bc49d37..d9884073 100644 --- a/lua/core/autocmds.lua +++ b/lua/core/autocmds.lua @@ -55,9 +55,6 @@ lvim.autocommands = { { "FileType", "markdown", "setlocal wrap" }, { "FileType", "markdown", "setlocal spell" }, }, - _tab_bindings = { - { "FileType", "*", "lua require'core.compe'.set_tab_keybindings()" }, - }, _buffer_bindings = { { "FileType", "floaterm", "nnoremap <silent> <buffer> q :q<CR>" }, }, |