diff options
Diffstat (limited to '.config/nvim/after/ftdetect/xcompose.lua')
-rw-r--r-- | .config/nvim/after/ftdetect/xcompose.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/nvim/after/ftdetect/xcompose.lua b/.config/nvim/after/ftdetect/xcompose.lua deleted file mode 100644 index 81e6c4a..0000000 --- a/.config/nvim/after/ftdetect/xcompose.lua +++ /dev/null @@ -1,6 +0,0 @@ -vim.api.nvim_create_autocmd({'BufRead', 'BufNewFile'}, { - pattern = 'xcompose', - callback = function() - vim.bo.filetype = 'xcompose' - end -}) |