Added mouse toggling folds.
This commit is contained in:
parent
b1e9a3f497
commit
5ab36cc16e
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,8 @@ require("maps")
|
|||
local hls = require("color.night").hls
|
||||
require("color").apply_hls((hls))
|
||||
|
||||
--require'lspconfig'.gopls.setup{}
|
||||
|
||||
require("bootstrap")
|
||||
require("dep") {
|
||||
}
|
||||
|
|
|
@ -34,6 +34,7 @@ local opts = {nowait=true, silent = true}
|
|||
map('n', '\\tn', ':tabnew\n', opts)
|
||||
|
||||
-- Fold
|
||||
map('n', '<2-LeftMouse>', 'za', opts)
|
||||
-- Insert
|
||||
-- Literal tabs with Shift-Tab
|
||||
map('i', '<S-Tab>', '\t', opts)
|
||||
|
|
Loading…
Reference in a new issue