Commit Graph

7 Commits

Author SHA1 Message Date
daa ad0ea04f93 Implement font features (#94) 2018-05-06 15:22:38 +03:00
daa 9ef88bc30b Add NGToggleSidebar command (#79) 2018-03-30 23:54:37 +03:00
Greg V 87dafda473 Store last clipboard register type
This makes `yy` -> `p` line copying work correctly, but whether external
text would be pasted as whole lines or not now depends on the last copy
operation.

The proper implementation would store the register type in the actual
Gtk clipboard, but gtk-rs is not ready for that yet.
2018-01-03 15:53:53 +03:00
Greg V 53516f0d9c Add support for PRIMARY clipboard 2018-01-03 15:53:53 +03:00
daa 43755c8f24 Disable gtk clipboard by default as it does not support PRIMARY 2018-01-01 18:52:55 +03:00
Greg V fbf6625059 Add RPC/GTK clipboard provider 2018-01-01 15:33:14 +03:00
daa 64c5fb1147 Add neovim-qt compatible layer (#5)
Add shim to rtp, add gtk gui flag
2017-05-24 14:01:51 +03:00