mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-24 23:16:50 +00:00
@@ -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 })
|
||||
|
||||
@@ -15,7 +15,7 @@ vim.opt.rtp:prepend(lazypath)
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ import = 'plugins' },
|
||||
{ import = 'plugins.lsp' },
|
||||
-- { import = 'plugins.lsp' },
|
||||
},
|
||||
ui = {
|
||||
border = 'rounded',
|
||||
|
||||
Reference in New Issue
Block a user