init my setup changes
This commit is contained in:
parent
f5c9fe8e15
commit
f3e9869af9
4 changed files with 48 additions and 8 deletions
3
lua/custom/plugins/copilot.lua
Normal file
3
lua/custom/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'github/copilot.vim',
|
||||
}
|
||||
12
lua/custom/plugins/lualine.lua
Normal file
12
lua/custom/plugins/lualine.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
config = function()
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
5
lua/custom/plugins/typescript-tools.lua
Normal file
5
lua/custom/plugins/typescript-tools.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"pmizio/typescript-tools.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue