You've already forked dotfiles
feat: Adding a bunch of changes to move further towards a clean and more
builtin setup rather than relying upon plugins.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
-- Focus plugin that 'dims' lines around the current block/line
|
||||
vim.pack.add({
|
||||
'https://github.com/folke/twilight.nvim'
|
||||
})
|
||||
@@ -16,4 +17,4 @@ require('twilight').setup({
|
||||
}
|
||||
})
|
||||
|
||||
vim.keymap.set('n', '<leader>f', ':Twilight<CR>')
|
||||
vim.keymap.set('n', '<leader>foc', ':Twilight<CR>')
|
||||
|
||||
Reference in New Issue
Block a user