File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ require('lspconfig').ts_ls.setup{
2828require (' lspconfig' ).clangd .setup {}
2929require (' lspconfig' ).tailwindcss .setup {}
3030require (' lspconfig' ).rust_analyzer .setup {}
31+ require (' lspconfig' ).lua_ls .setup {}
3132
3233-- Others
3334require (' gitsigns' ).setup ()
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Plug 'Exafunction/codeium.nvim'
3939Plug ' yetone/avante.nvim' , { ' branch' : ' main' , ' do' : ' make' }
4040
4141" File management
42- Plug ' kien /ctrlp.vim'
42+ Plug ' ctrlpvim /ctrlp.vim'
4343Plug ' kyazdani42/nvim-tree.lua'
4444
4545" Git
Original file line number Diff line number Diff line change @@ -183,9 +183,10 @@ let g:user_emmet_expandabbr_key = '<c-e>'
183183let g: gist_show_privates = 1
184184let g: indent_guides_guide_size = 1
185185
186- let g: ctrlp_custom_ignore = ' \v[\/](\.git|\.hg|\.svn|node_modules)$'
187- let g: ctrlp_working_path_mode = ' '
188- let g: ctrlp_extensions = [' tag' , ' buffertag' , ' quickfix' ]
186+ let g: ctrlp_custom_ignore = ' \v[\/]\.(git|hg|svn|.venv)$'
187+ let g: ctrlp_working_path_mode = ' ra'
188+ let g: ctrlp_user_command = [' .git' , ' cd %s && git ls-files -co --exclude-standard' ]
189+
189190
190191let g: mundo_prefer_python3= 1
191192let g: prettier #autoformat = 0
You can’t perform that action at this time.
0 commit comments