Skip to content

vonPB/qt.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qt.nvim

Qt helper functions for nvim.

image

Getting Started

Dependencies

Optional

Installation

Using vim-plug

Plug 'vonpb/qt.nvim'

Using packer.nvim

use { 'vonpb/qt.nvim' }

Configuration

require('qt').setup()
require('qt').keymaps()

Usage

Command Keybind Description
Qt CreateUIClass <Leader>Qu Creates a .h, .cpp and .ui file in current directory with class name and parent class set

Support

ToDo

  • add hotkey
  • check for path in class names (must exist)
  • add function to open ui files in Qt Designer