color and ts-autotag

This commit is contained in:
rapzy 2024-03-23 10:19:24 +05:45
parent ccdbf25310
commit 0ec8b389ee
3 changed files with 95 additions and 2 deletions

View file

@ -239,7 +239,6 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
'ThePrimeagen/vim-be-good',
-- NOTE: Plugins can also be added by using a table,
@ -671,6 +670,7 @@ require('lazy').setup({
-- You can use a sub-list to tell conform to run *until* a formatter
-- is found.
javascript = { { 'prettierd', 'prettier' } },
['*'] = { 'trim_whitespace' },
},
},
},
@ -789,7 +789,7 @@ require('lazy').setup({
'folke/tokyonight.nvim',
priority = 1000, -- make sure to load this before all the other start plugins
init = function()
vim.cmd.colorscheme 'rose-pine'
-- vim.cmd.colorscheme 'rose-pine'
-- You can configure highlights by doing something like
vim.cmd.hi 'Comment gui=none'