tgpt + noneckpain
This commit is contained in:
@@ -20,3 +20,8 @@ if [ -f '/home/talksik/Downloads/google-cloud-sdk/path.bash.inc' ]; then . '/hom
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/talksik/Downloads/google-cloud-sdk/completion.bash.inc' ]; then . '/home/talksik/Downloads/google-cloud-sdk/completion.bash.inc'; fi
|
||||
|
||||
# chatgpt
|
||||
alias s=tgpt
|
||||
|
||||
[ -f ~/.inshellisense/key-bindings.bash ] && source ~/.inshellisense/key-bindings.bash
|
||||
@@ -0,0 +1,15 @@
|
||||
require("no-neck-pain").setup({
|
||||
buffers = {
|
||||
scratchPad = {
|
||||
-- set to `false` to
|
||||
-- disable auto-saving
|
||||
enabled = true,
|
||||
},
|
||||
bo = {
|
||||
filetype = "md"
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
-- run :NoNeckPain on startup
|
||||
vim.cmd("NoNeckPain")
|
||||
@@ -1,13 +0,0 @@
|
||||
require("zen-mode").setup {
|
||||
window = {
|
||||
width = 100,
|
||||
options = {
|
||||
number = true,
|
||||
relativenumber = true,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
vim.keymap.set("n", "<leader>zz", function()
|
||||
require("zen-mode").toggle()
|
||||
end)
|
||||
@@ -42,7 +42,8 @@ return require('packer').startup(function(use)
|
||||
}
|
||||
}
|
||||
|
||||
use("folke/zen-mode.nvim")
|
||||
use {"shortcuts/no-neck-pain.nvim", tag = "*" }
|
||||
|
||||
use("github/copilot.vim")
|
||||
use("eandrju/cellular-automaton.nvim")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user