feat: added fff to nvim
This commit is contained in:
@@ -8,7 +8,7 @@ vim.o.smartindent = true -- Automatically indent new lines
|
|||||||
vim.o.wrap = false -- Disable line wrapping
|
vim.o.wrap = false -- Disable line wrapping
|
||||||
vim.o.cursorline = true -- Highlight the current line
|
vim.o.cursorline = true -- Highlight the current line
|
||||||
vim.o.termguicolors = true -- Enable 24-bit RGB colors
|
vim.o.termguicolors = true -- Enable 24-bit RGB colors
|
||||||
vim.filetype.add({extension = {svx = "markdown"}})
|
vim.filetype.add({ extension = { svx = "markdown" } })
|
||||||
vim.opt.listchars = { tab = "\\│\\", nbsp = "␣", trail = "·", extends = "›", precedes = "‹", leadmultispace = "│ " }
|
vim.opt.listchars = { tab = "\\│\\", nbsp = "␣", trail = "·", extends = "›", precedes = "‹", leadmultispace = "│ " }
|
||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
|
|
||||||
@@ -20,6 +20,7 @@ require('plugins.lsp')
|
|||||||
require('plugins.diffview')
|
require('plugins.diffview')
|
||||||
require('plugins.which-key')
|
require('plugins.which-key')
|
||||||
require('plugins.codecompanion')
|
require('plugins.codecompanion')
|
||||||
|
require('plugins.fff')
|
||||||
|
|
||||||
local kitten = vim.fn.expand("~/.local/share/kitty-ssh-kitten/kitty/bin/kitten")
|
local kitten = vim.fn.expand("~/.local/share/kitty-ssh-kitten/kitty/bin/kitten")
|
||||||
vim.opt.clipboard = "unnamedplus"
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
|||||||
@@ -13,6 +13,10 @@
|
|||||||
"rev": "4516612fe98ff56ae0415a259ff6361a89419b0a",
|
"rev": "4516612fe98ff56ae0415a259ff6361a89419b0a",
|
||||||
"src": "https://github.com/sindrets/diffview.nvim"
|
"src": "https://github.com/sindrets/diffview.nvim"
|
||||||
},
|
},
|
||||||
|
"fff.nvim": {
|
||||||
|
"rev": "fbee146c44c99b02fc00ad1d5d32f44e53e2aeec",
|
||||||
|
"src": "https://github.com/dmtrKovalenko/fff.nvim"
|
||||||
|
},
|
||||||
"mason-lspconfig.nvim": {
|
"mason-lspconfig.nvim": {
|
||||||
"rev": "a324581a3c83fdacdb9804b79de1cbe00ce18550",
|
"rev": "a324581a3c83fdacdb9804b79de1cbe00ce18550",
|
||||||
"src": "https://github.com/mason-org/mason-lspconfig.nvim"
|
"src": "https://github.com/mason-org/mason-lspconfig.nvim"
|
||||||
|
|||||||
Reference in New Issue
Block a user