Browse Source

flot terminer

scorpio 1 year ago
parent
commit
890bc25fb8
3 changed files with 3 additions and 1 deletions
  1. BIN
      .DS_Store
  2. 2 0
      init.lua
  3. 1 1
      lua/keybindings.lua

BIN
.DS_Store


+ 2 - 0
init.lua

@@ -18,3 +18,5 @@ require("plugin-config.prettier")
 require("plugin-config.null-ls")
 -- 内置LSP (新增)
 require("lsp.setup")
+require("lsp.cmp")
+

+ 1 - 1
lua/keybindings.lua

@@ -30,7 +30,7 @@ map("n", "<A-Down>", "<C-w>j", opt)
 map("n", "<A-Up>", "<C-w>k", opt)
 map("n", "<A-Left>", "<C-w>h", opt)
 -- terminal 相关
-map("n", "<leader>t", ":FloatermNew<CR>", opt)
+map("n", "<leader>t", ":FloatermToggle<CR>", opt)
 -- 代码缩进
 map("v", "<", "<gv", opt)
 map("v", ">", ">gv", opt)