Starting to move all vim to lua

This commit is contained in:
2024-04-07 08:20:02 +02:00
parent 49dfe769ed
commit 29f798abc7
4 changed files with 17 additions and 17 deletions

View File

@@ -71,3 +71,6 @@ require("mason-lspconfig").setup_handlers({
require("lspconfig").verible.setup({
cmd = { "verible-verilog-ls", "--rules_config_search" },
})
-- Floating terminal
vim.keymap.set("n", "<C-t>", ":FloatermNew --height=0.9 --width=0.9 --wintype=float --name=terminal <CR>")