Compare commits
5 Commits
mac
...
87293c7368
| Author | SHA1 | Date | |
|---|---|---|---|
| 87293c7368 | |||
| 93727ca596 | |||
| 578ee5c3b1 | |||
| 8d5c2a52ea | |||
| b1f7edb249 |
1
.bashrc
1
.bashrc
@@ -175,3 +175,4 @@ fi
|
|||||||
source ~/dotfiles/shell/common
|
source ~/dotfiles/shell/common
|
||||||
source ~/dotfiles/shell/personal #added by 6500gitsetup
|
source ~/dotfiles/shell/personal #added by 6500gitsetup
|
||||||
source ~/dotfiles/shell/aliases
|
source ~/dotfiles/shell/aliases
|
||||||
|
source ~/dotfiles/shell/work
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ require("lazy").setup({
|
|||||||
require("kickstart.plugins.auto-session"),
|
require("kickstart.plugins.auto-session"),
|
||||||
require("kickstart.plugins.conform"),
|
require("kickstart.plugins.conform"),
|
||||||
require("kickstart.plugins.cmp"),
|
require("kickstart.plugins.cmp"),
|
||||||
require("kickstart.plugins.copilot_chat"),
|
|
||||||
require("kickstart.plugins.comment"),
|
require("kickstart.plugins.comment"),
|
||||||
require("kickstart.plugins.telescope"),
|
require("kickstart.plugins.telescope"),
|
||||||
require("kickstart.plugins.indent_line"),
|
require("kickstart.plugins.indent_line"),
|
||||||
@@ -75,6 +74,7 @@ require("lazy").setup({
|
|||||||
{
|
{
|
||||||
"junegunn/seoul256.vim"
|
"junegunn/seoul256.vim"
|
||||||
},
|
},
|
||||||
|
require("kickstart.plugins.work"),
|
||||||
|
|
||||||
-- NOTE: Plugins can also be added by using a table,
|
-- NOTE: Plugins can also be added by using a table,
|
||||||
-- with the first argument being the link and the following
|
-- with the first argument being the link and the following
|
||||||
|
|||||||
3
.config/nvim/lua/kickstart/plugins/work.lua
Normal file
3
.config/nvim/lua/kickstart/plugins/work.lua
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
return {
|
||||||
|
require("kickstart.plugins.copilot_chat"),
|
||||||
|
}
|
||||||
@@ -28,3 +28,4 @@ _darcs
|
|||||||
scripts # scripts directory to be ignored
|
scripts # scripts directory to be ignored
|
||||||
shell # various shell configurations need not be stowed.
|
shell # various shell configurations need not be stowed.
|
||||||
.DS_store
|
.DS_store
|
||||||
|
.fonts
|
||||||
|
|||||||
1
shell/work
Executable file → Normal file
1
shell/work
Executable file → Normal file
@@ -50,3 +50,4 @@ bash -c 'source /opt/tools/swtools/git-completion/git-completion.bash && env' |
|
|||||||
done
|
done
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user