disabled hardtime
This commit is contained in:
29
init.lua
29
init.lua
@@ -66,11 +66,34 @@ require("config.lsp")
|
||||
-- render bufferline
|
||||
require("bufferline").setup{}
|
||||
-- optimize keypresses
|
||||
require("hardtime").setup()
|
||||
-- require("hardtime").setup()
|
||||
--fix notifications
|
||||
vim.notify = require("notify")
|
||||
-- bind undotree
|
||||
-- TODO fix the require file not found when in keybinds.lua
|
||||
-- jq setup
|
||||
require("jq").setup()
|
||||
-- require("jq").run({
|
||||
-- --- you can pass additional options to configure the current instance
|
||||
-- -- if you want to toggle from the memory
|
||||
-- toggle = true,
|
||||
-- -- commands for the instance else it will use the default
|
||||
-- -- the default command would be the first one in the table
|
||||
-- commands = {
|
||||
-- {
|
||||
-- -- command to be run
|
||||
-- command = "jq",
|
||||
-- -- filetype of the output
|
||||
-- filetype = "json",
|
||||
-- -- hidden arguments that will not be shown in the ui
|
||||
-- arguments = "-r"
|
||||
-- },
|
||||
-- },
|
||||
-- -- arguments to start with in the ui
|
||||
-- arguments = "",
|
||||
-- -- query to start with, if not provided it will use the default
|
||||
-- query = ".",
|
||||
-- })
|
||||
-- -- bind undotree
|
||||
-- -- TODO fix the require file not found when in keybinds.lua
|
||||
-- vim.cmd("packadd nvim.undotree")
|
||||
-- vim.keymap.set("n", "<leader>u", require("undotree").open) -- undotree
|
||||
|
||||
|
||||
Reference in New Issue
Block a user