💄 style(nvim): indentation
This commit is contained in:
parent
5b6ed18032
commit
5d4eeb8f68
2 changed files with 21 additions and 21 deletions
|
@ -6,8 +6,8 @@ local map = vim.keymap.set
|
|||
local Util = require("lazyvim.util")
|
||||
|
||||
-- Search current word
|
||||
local searching_brave =
|
||||
[[:lua vim.fn.system({'xdg-open', 'https://search.brave.com/search?q=' .. vim.fn.expand("<cword>")})<CR>]]
|
||||
-- stylua: ignore
|
||||
local searching_brave = [[:lua vim.fn.system({'xdg-open', 'https://search.brave.com/search?q=' .. vim.fn.expand("<cword>")})<CR>]]
|
||||
map("n", "<leader>?", searching_brave, { noremap = true, silent = true, desc = "Search current word on brave search" })
|
||||
|
||||
-- Toggle background
|
||||
|
|
|
@ -37,7 +37,7 @@ return {
|
|||
end)
|
||||
end,
|
||||
keys = {
|
||||
{ "<c-/>", "<cmd>Telescope floaterm<cr>", desc = "Terminals" },
|
||||
{ [[<A-\>]], "<cmd>Telescope floaterm<cr>", desc = "Terminals" },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue