feat: added fff to nvim

This commit is contained in:
2026-07-29 14:26:22 +00:00
parent 6609158c5d
commit 1090058c08
2 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ vim.o.smartindent = true -- Automatically indent new lines
vim.o.wrap = false -- Disable line wrapping
vim.o.cursorline = true -- Highlight the current line
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.list = true
@@ -20,6 +20,7 @@ require('plugins.lsp')
require('plugins.diffview')
require('plugins.which-key')
require('plugins.codecompanion')
require('plugins.fff')
local kitten = vim.fn.expand("~/.local/share/kitty-ssh-kitten/kitty/bin/kitten")
vim.opt.clipboard = "unnamedplus"

View File

@@ -13,6 +13,10 @@
"rev": "4516612fe98ff56ae0415a259ff6361a89419b0a",
"src": "https://github.com/sindrets/diffview.nvim"
},
"fff.nvim": {
"rev": "fbee146c44c99b02fc00ad1d5d32f44e53e2aeec",
"src": "https://github.com/dmtrKovalenko/fff.nvim"
},
"mason-lspconfig.nvim": {
"rev": "a324581a3c83fdacdb9804b79de1cbe00ce18550",
"src": "https://github.com/mason-org/mason-lspconfig.nvim"