You've already forked dotfiles
fix: Moving Ui2 to its own config file, adding settings to the
yaml-companion to give more accurate matching of files, disabling twilight plugin (not really used but may be tested again during pair programming in the future), removing scrolloff
This commit is contained in:
8
nvim/lua/ui2.lua
Normal file
8
nvim/lua/ui2.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Enables Ui2 to display the previously cmdline displayed messages in a different format
|
||||
-- Use the shortcut `g<` to load the messages in a buffer
|
||||
require('vim._core.ui2').enable {
|
||||
enable = true,
|
||||
msg = {
|
||||
targets = "msg", -- Displays in a floating text format
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user