mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-07 13:36:35 +05:30
initial commit
This commit is contained in:
31
modules/home-manager/nvim/old/lua/plugins/modes.lua
Normal file
31
modules/home-manager/nvim/old/lua/plugins/modes.lua
Normal file
@ -0,0 +1,31 @@
|
||||
return {
|
||||
'mvllow/modes.nvim',
|
||||
-- config = function()
|
||||
-- local colors = require('catppuccin.palettes').get_palette()
|
||||
-- require('modes').setup {
|
||||
-- colors = {
|
||||
-- copy = colors.peach,
|
||||
-- delete = colors.red,
|
||||
-- insert = colors.blue,
|
||||
-- visual = colors.lavender,
|
||||
-- },
|
||||
|
||||
-- -- Set opacity for cursorline and number background
|
||||
-- line_opacity = 0.15,
|
||||
|
||||
-- -- Enable cursor highlights
|
||||
-- set_cursor = true,
|
||||
|
||||
-- -- Enable cursorline initially, and disable cursorline for inactive windows
|
||||
-- -- or ignored filetypes
|
||||
-- set_cursorline = true,
|
||||
|
||||
-- -- Enable line number highlights to match cursorline
|
||||
-- set_number = true,
|
||||
|
||||
-- -- Disable modes highlights in specified filetypes
|
||||
-- -- Please PR commonly ignored filetypes
|
||||
-- ignore_filetypes = { 'NvimTree', 'TelescopePrompt' },
|
||||
-- }
|
||||
-- end,
|
||||
}
|
Reference in New Issue
Block a user