stop formatting on save, add hotkey for project search
This commit is contained in:
parent
5525091986
commit
22ce8a88aa
|
@ -14,6 +14,7 @@ lvim.builtin.treesitter.highlight.enabled = true
|
|||
lvim.lsp.automatic_servers_installation = false
|
||||
vim.g.NERDTreeHijackNetrw = 0
|
||||
vim.g.lf_replace_netrw = 1
|
||||
lvim.format_on_save = false
|
||||
|
||||
local formatters = require "lvim.lsp.null-ls.formatters"
|
||||
formatters.setup {
|
||||
|
@ -123,6 +124,7 @@ lvim.builtin.which_key.mappings = {
|
|||
["f"] = { require("lvim.core.telescope.custom-finders").find_project_files, "Find File" },
|
||||
["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" },
|
||||
["e"] = { "<cmd>Lf<CR>", "List Files" },
|
||||
["P"] = { "<cmd>Telescope projects<CR>", "Projects" },
|
||||
b = {
|
||||
name = "Buffers",
|
||||
j = { "<cmd>BufferLinePick<cr>", "Jump" },
|
||||
|
|
Loading…
Reference in New Issue