update: config lsp react tsx

This commit is contained in:
asep komarudin 2024-02-21 17:19:44 +07:00
parent 60bb763639
commit cb486e35cb
2 changed files with 8 additions and 3 deletions

View file

@ -28,7 +28,12 @@ return {
tag = "legacy", tag = "legacy",
event = "BufRead", event = "BufRead",
config = function() config = function()
require("fidget").setup() require("fidget").setup({
window = {
blend = 0,
relative = "editor",
},
})
end, end,
}, },
{ {

View file

@ -7,8 +7,8 @@ vim.cmd([[
autocmd BufWinEnter * :set formatoptions=croql autocmd BufWinEnter * :set formatoptions=croql
autocmd BufWinEnter * :set textwidth=80 autocmd BufWinEnter * :set textwidth=80
autocmd BufWinEnter * :set colorcolumn=+1 autocmd BufWinEnter * :set colorcolumn=+1
" autocmd BufWinEnter * :set nolazyredraw autocmd BufWinEnter * :set nolazyredraw
" autocmd BufWinEnter * :hi ColorColumn guibg=#1B2430 ctermbg=246 autocmd BufWinEnter * :hi ColorColumn guibg=#1B243000 ctermbg=246
autocmd FileType qf set nobuflisted autocmd FileType qf set nobuflisted
augroup end augroup end