Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-06-14 23:41:44 +08:00
parent bcb7f6e648
commit 7c98cab801
6 changed files with 158 additions and 3 deletions

View File

@@ -6,5 +6,5 @@ function OpenFinder()
local current_path = vim.fn.expand('%:p:h')
vim.cmd('!open ' .. current_path)
end
vim.api.nvim_set_keymap('n', '<leader>of', ':lua OpenFinder()<CR>', { noremap = true, silent = true })
vim.api.nvim_set_keymap('n', '<leader>of', ':lua OpenFinder()<CR>', { noremap = true, silent = true })

View File

@@ -15,7 +15,7 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = {
{ import = 'plugins' },
{ import = 'plugins.lsp' },
-- { import = 'plugins.lsp' },
},
ui = {
border = 'rounded',