Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Recent commit break on windows 10 #50

Closed
maxxnino opened this issue Nov 26, 2021 · 1 comment
Closed

Recent commit break on windows 10 #50

maxxnino opened this issue Nov 26, 2021 · 1 comment

Comments

@maxxnino
Copy link

maxxnino commented Nov 26, 2021

Recent commit not detect file on windows 10

commit 223161d736b85a283aa6a18a30b6c3f1d39f21c5 (HEAD)
Author: Nathan Thomas <[email protected]>
Date:   Mon Nov 22 11:55:02 2021 -0800
    Add clang-format config files
commit 26ef9b00f040b33ee7afdc768bcffdc9e3cf4b9c (HEAD)
Author: Nathan Thomas <[email protected]>
Date:   Mon Nov 22 14:44:44 2021 -0800
    Replace vim.fn.expand calls
  • My config
vim.g.did_load_filetypes = 1
require("filetype").setup({
		overrides = {
			extensions = {
				vert = "glsl",
				frag = "glsl",
			},
			literal = {
				[".gitignore"] = "conf",
			},
		},
	})
@maxxnino maxxnino changed the title Recently commit break on windows 10 Recent commit break on windows 10 Nov 26, 2021
@nathom
Copy link
Owner

nathom commented Nov 27, 2021

Fixed with #47.

@nathom nathom closed this as completed Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants