Skip to content

How to configure with yegappan/lsp in vim? #177

Description

@schlesserr

my config in lsp.vim:

    {
      name: 'ruff',
      filetype: 'python',
      path: 'ruff',
      args: ['server', '--preview'],
      features: {
          codeAction: true,
          documentFormatting: true
      },
    },
    {
      name: 'sqls',
      filetype: 'sql',
      path: 'sqls',
      args: ["-config", "$HOME/.config/sqls/config.yml"]
    },

my config in .config/sqls/config.yml:
connections:

  - driver: "sqlite3"
    dataSourceName: "/home/ms/test/test.db"

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions