mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
move old nvim config to deprecated
This commit is contained in:
@ -46,7 +46,7 @@ local opts = {
|
||||
extra_args = { "--dialect", "postgres" }, -- change to your dialect
|
||||
}),
|
||||
},
|
||||
on_attach = function(client, bufnr)
|
||||
--[[ on_attach = function(client, bufnr)
|
||||
if client.supports_method("textDocument/formatting") then
|
||||
vim.api.nvim_clear_autocmds({
|
||||
group = augroup,
|
||||
@ -60,7 +60,7 @@ local opts = {
|
||||
end,
|
||||
})
|
||||
end
|
||||
end,
|
||||
end, ]]
|
||||
}
|
||||
|
||||
return opts
|
@ -2,8 +2,6 @@
|
||||
|
||||
# create symbol link for configurations
|
||||
|
||||
# nvim
|
||||
ln -s ~/dotfiles/nvim/custom/ ~/.config/nvim/lua
|
||||
# zsh
|
||||
ln -s ~/dotfiles/zsh/zshrc ~/.zshrc
|
||||
ln -s ~/dotfiles/zsh/p10k.zsh ~/.p10k.zsh
|
||||
|
Reference in New Issue
Block a user