Starting to move all vim to lua
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user