Skip to content

Incorrect formatting for import and run command #52

@FosRexx

Description

@FosRexx

Using kulala.nvim's builtin formatter.

Before Formatting:

###

import foo.http

###

run #bar

After Formatting:

###

GET import foo.http HTTP/1.1

###

GET run #bar HTTP/1.1

And thats a syntax error.

kulala config:

return {
	"mistweaverco/kulala.nvim",

	opts = {
		global_keymaps = true,
		lsp = {
			formatter = true,
		},
	},

	ft = { "http", "rest" },

	branch = "develop",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions