Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #6

Closed
wants to merge 12 commits into from
5 changes: 4 additions & 1 deletion .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ local opts = {


vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins", opts)
require("lazy").setup(
"plugins",
opts
)

require("lualine").setup({
sections = {
Expand Down
8 changes: 4 additions & 4 deletions .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"close-buffers.nvim": { "branch": "master", "commit": "3acbcad1211572342632a6c0151f839e7dead27f" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
"cmp-cmdline": { "branch": "main", "commit": "d250c63aa13ead745e3a40f61fdd3470efde3923" },
"cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
"cmp-nvim-lsp": { "branch": "main", "commit": "fa13fd6845e8353bde234add01a0aabe6da581ab" },
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"copilot.vim": { "branch": "release", "commit": "dfa657c80c915a6a3eb6d9010046a0576ad25a37" },
"denops.vim": { "branch": "main", "commit": "9dd9ae9da9b8d65916dd44e0e4d881665397de63" },
Expand All @@ -32,13 +32,13 @@
"noice.nvim": { "branch": "main", "commit": "2c49d4a7fdeaca930bb08a8239bdf5bccc26507b" },
"nui.nvim": { "branch": "main", "commit": "a3597dc88b53489d3fddbddbbd13787355253bb0" },
"nvim-autopairs": { "branch": "master", "commit": "b0b79e42a28f09719a7da9534c3731fa37319d9b" },
"nvim-cmp": { "branch": "main", "commit": "abacd4cb7ffd640b558845b617cfca1692dcb1a6" },
"nvim-cmp": { "branch": "main", "commit": "31a2939e55a89028937a530ba19e444cdbc11f36" },
"nvim-cursorline": { "branch": "main", "commit": "804f0023692653b2b2368462d67d2a87056947f9" },
"nvim-hlslens": { "branch": "main", "commit": "3e8fceb2b030100857ee72741a8f48c9a1d8595e" },
"nvim-lspconfig": { "branch": "master", "commit": "a284b14b3a9c4851f900286cd7eb68e3a8f90b1c" },
"nvim-lspconfig": { "branch": "master", "commit": "39106f0b71539bfed103d5ac25309f8d445c8d5e" },
"nvim-markdown": { "branch": "master", "commit": "75639723c1a3a44366f80cff11383baf0799bcb5" },
"nvim-scrollbar": { "branch": "main", "commit": "35f99d559041c7c0eff3a41f9093581ceea534e8" },
"nvim-treesitter": { "branch": "master", "commit": "19ac9e8b5c1e5eedd2ae7957243e25b32e269ea7" },
"nvim-treesitter": { "branch": "master", "commit": "4b8ea9fea6b739986665aa72c238e4e0a968ea9a" },
"nvim-web-devicons": { "branch": "master", "commit": "e37bb1feee9e7320c76050a55443fa843b4b6f83" },
"oil.nvim": { "branch": "master", "commit": "9e3a02252dc5686f374f79f50a13cfe7547c05af" },
"plenary.nvim": { "branch": "master", "commit": "08e301982b9a057110ede7a735dd1b5285eb341f" },
Expand Down
104 changes: 104 additions & 0 deletions .config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
--
-- return {
-- -- input source
-- 'keaising/im-select.nvim',
-- -- input completion
-- {
-- 'neoclide/coc.nvim',
-- branch = 'release',
-- },
-- 'fatih/vim-go',
-- -- filer
-- 'preservim/nerdtree',
-- -- ====== appearance ======
-- -- theme
-- 'folke/tokyonight.nvim',
-- -- 'shaunsingh/nord.nvim',
-- -- bufferline
-- {
-- 'akinsho/bufferline.nvim',
-- version = "*",
-- dependencies = 'nvim-tree/nvim-web-devicons'
-- },
-- -- icons
-- -- 'bryanmylee/vim-colorscheme-icons',
-- -- 'ryanoasis/vim-devicons',
-- 'nvim-tree/nvim-web-devicons',
-- 'yamatsum/nvim-cursorline',
-- -- lua's underline status
-- {
-- 'nvim-lualine/lualine.nvim',
-- dependencies = {
-- 'nvim-tree/nvim-web-devicons',
-- opt = true
-- },
-- },
-- -- setting tab view
-- 'kdheepak/tabline.nvim',
-- 'echasnovski/mini.indentscope',
-- -- syntax highlight
-- {
-- 'nvim-treesitter/nvim-treesitter',
-- build = ':TsUpdate',
-- },
--
-- -- fzf
-- {
-- 'junegunn/fzf.vim',
-- dependencies = {
-- 'junegunn/fzf',
-- },
-- build = ':call fzf#install()',
-- },
-- {
-- 'ibhagwan/fzf-lua',
-- -- optional for icon support
-- dependencies = {
-- -- 'kyazdani42/nvim-web-devicons',
-- 'nvim-tree/nvim-web-devicons',
-- },
-- },
--
-- -- auto brackets close
-- 'cohama/lexima.vim',
-- -- manage git
-- 'vim-denops/denops.vim',
-- 'lambdalisue/gin.vim',
-- -- markdown preview
-- {
-- "iamcco/markdown-preview.nvim",
-- build = function() vim.fn["mkdp#util#install"]() end,
-- },
--
-- -- terminal usage
-- {
-- "akinsho/toggleterm.nvim",
-- version = '*',
-- config = function() require("toggleterm").setup() end
-- },
--
-- -- move cursor
-- {
-- 'phaazon/hop.nvim',
-- branch = 'v2', -- optional but strongly recommended
-- config = function()
-- -- you can configure hop the way you like here; see :h hop-config
-- require'hop'.setup { keys = 'etovxqpdygfblzhckisuran' }
-- end
-- },
--
-- -- lsp
-- 'neovim/nvim-lspconfig',
-- 'hrsh7th/cmp-nvim-lsp',
-- 'hrsh7th/cmp-buffer',
-- 'hrsh7th/cmp-path',
-- 'hrsh7th/cmp-cmdline',
-- 'hrsh7th/nvim-cmp',
-- 'l3mon4d3/luasnip',
-- 'saadparwaiz1/cmp_luasnip',
-- {
-- 'windwp/nvim-autopairs',
-- config = function() require'nvim-autopairs'.setup {} end
-- },
-- }
--
7 changes: 0 additions & 7 deletions .config/nvim/lua/plugins/colorful_winsep.lua

This file was deleted.

14 changes: 0 additions & 14 deletions .config/nvim/lua/plugins/endwise.lua

This file was deleted.

23 changes: 0 additions & 23 deletions .config/nvim/lua/plugins/flash.lua

This file was deleted.

15 changes: 0 additions & 15 deletions .config/nvim/lua/plugins/flutter_tools.lua

This file was deleted.

8 changes: 0 additions & 8 deletions .config/nvim/lua/plugins/gin.lua

This file was deleted.

2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/hlchunk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return {
"shellRaining/hlchunk.nvim",
config = function()
require("hlchunk").setup({})
require("hlchunk").setup{}
end,

event = { "UIEnter" },
Expand Down
5 changes: 0 additions & 5 deletions .config/nvim/lua/plugins/leap.lua

This file was deleted.

15 changes: 0 additions & 15 deletions .config/nvim/lua/plugins/lspsaga.lua

This file was deleted.

4 changes: 3 additions & 1 deletion .config/nvim/lua/plugins/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
return {
-- lazy.nvim
"folke/noice.nvim",

dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
"MunifTanjim/nui.nvim",
Expand All @@ -11,5 +12,6 @@ return {
-- If not available, we use `mini` as the fallback
-- "rcarriga/nvim-notify",
},
event = "BufRead",

event = "UIEnter",
}
10 changes: 0 additions & 10 deletions .config/nvim/lua/plugins/nvim_spectre.lua

This file was deleted.

8 changes: 0 additions & 8 deletions .config/nvim/lua/plugins/pets.lua

This file was deleted.

5 changes: 0 additions & 5 deletions .config/nvim/lua/plugins/stylish.lua

This file was deleted.

5 changes: 0 additions & 5 deletions .config/nvim/lua/plugins/vim_mundo.lua

This file was deleted.

2 changes: 2 additions & 0 deletions .config/nvim/lua/plugins/vim_wakatime.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

return {
"wakatime/vim-wakatime",

lazy=false,

setup=function()
vim.cmd([[packadd wakatime/vim-wakatime]])
end,
Expand Down
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/which_key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ return {
config = function()
require("which-key").setup({})
end,

cmd = "WhichKey"
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ If necessary, install the software with the following commands.
* https://github.com/ohmyzsh/ohmyzsh

Please contact me if you need anything else.

Loading