numToStr / Comment.nvim

:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working for .kv files

ProfKache opened this issue · comments

I have issues with .kv files. Here is my custom configuration in lua:

local ft = require("Comment.ft")
`vim.cmd([[

au Bufread,BufNewFile *.kv set filetype=kivy shiftwidth=4 tabstop=4 softtabstop=4 expandtab ft.kivy='#%s'

]])`