mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
updates
This commit is contained in:
@@ -97,7 +97,7 @@ local null_ls = require('null-ls')
|
||||
null_ls.setup({
|
||||
sources = {
|
||||
null_ls.builtins.formatting.stylua.with({
|
||||
extra_args = { '--config-path', vim.fn.expand('~/.config/stylua/stylua.toml') },
|
||||
extra_args = { '--config-path', vim.fn.expand('~/.config/stylua.toml') },
|
||||
}),
|
||||
},
|
||||
on_attach = function(client)
|
||||
|
||||
4
nvim/lua/config/vim-oscyank.lua
Normal file
4
nvim/lua/config/vim-oscyank.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
local map = require('utils').map
|
||||
|
||||
map('v', '<leader>cy', ':OSCYank<CR>')
|
||||
map('n', '<leader>o', '<Plug>OSCYank')
|
||||
Reference in New Issue
Block a user