daasdasd
This commit is contained in:
parent
dc6211e158
commit
6105613974
@ -1,16 +1,15 @@
|
||||
return {
|
||||
|
||||
-- github copilot
|
||||
'github/copilot.vim',
|
||||
'github/copilot.vim', -- github copilot
|
||||
'vijaymarupudi/nvim-fzf', -- fzf
|
||||
'lilydjwg/colorizer', --颜色识别
|
||||
|
||||
'vijaymarupudi/nvim-fzf', -- fzf
|
||||
|
||||
'shaunsingh/nord.nvim', -- 主题插件
|
||||
|
||||
require('neovim.plugsettings.coc'), -- coc
|
||||
require('neovim.plugsettings.lualine'), -- lualine
|
||||
require('neovim.plugsettings.nvimtree'), -- nvimtree
|
||||
require('neovim.plugsettings.treesitter'), -- treesitter
|
||||
require('neovim.plugsettings.theme'),
|
||||
|
||||
-- nerdtree
|
||||
{
|
||||
@ -22,10 +21,4 @@ return {
|
||||
cmd = 'NERDTreeToggle',
|
||||
},
|
||||
|
||||
--颜色识别
|
||||
{
|
||||
'lilydjwg/colorizer',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
@ -8,10 +8,12 @@ return {
|
||||
G.opt.updatetime = 300
|
||||
G.opt.signcolumn = "yes"
|
||||
G.g.coc_global_extensions = {
|
||||
'coc-json',
|
||||
'coc-pyright',
|
||||
'coc-java',
|
||||
'coc-sh',
|
||||
'coc-sumneko-lua',
|
||||
'coc-clangd',
|
||||
|
||||
'coc-word',
|
||||
'coc-lists',
|
||||
|
5
lua/neovim/plugsettings/theme.lua
Normal file
5
lua/neovim/plugsettings/theme.lua
Normal file
@ -0,0 +1,5 @@
|
||||
return {
|
||||
'shaunsingh/nord.nvim', -- 主题插件
|
||||
'folke/tokyonight.nvim',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user