filetype.nvim
filetype.nvim copied to clipboard
Python file not recognized
Hello,
Great plugin, one of my first gotos to improve neovim performance.
However, I have experienced some issues with python files not being recognized, thus ending up with no syntax highlighting at all.
I'm not sure which details that is required to resolve this, but here's some details:
NVIM v0.6.0 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/runner/work/neovim/neovim/build/config -I/home/runner/work/neovim/neovim/src -I/home/runner/work/neovim/neovim/.deps/usr/include -I/usr/include -I/home/runner/work/neovim/neovim/build/src/nvim/auto -I/home/runner/work/neovim/neovim/build/include Compiled by runner@fv-az65-618
filetype detection:ON plugin:ON indent:ON
The plugin is installed as described in instructions, and the rest of my nvim config can be found here: https://github.com/dapc11/dapc11-rice/tree/master/templates/nvim
Any ideas?
Thanks in advance.