6 Commits
1.7.0 ... 2.1.0

41 changed files with 797 additions and 936 deletions

View File

@@ -5,7 +5,7 @@ require('settings/panels')
require('settings/search') require('settings/search')
-- Plugins -- Plugins
require('plugins/packer') require("settings/lazy")
-- Keymaps -- Keymaps
require('keymaps/system') require('keymaps/system')

View File

@@ -24,12 +24,6 @@ if test (string match -ri "ru" "$LANG")
set_color -b red yellow; echo -n "[mirzaev/nvim] "; set_color brcyan; echo -n "[ИНФОРМАЦИЯ] "; set_color -o white; echo "Формат: install.sh [флаги]"; echo; set_color normal; set_color yellow; echo -n " -u "; set_color cyan; echo -n "--update "; set_color -d white; echo "Обновить все зависимости"; set_color normal; set_color yellow; echo -n " -f "; set_color cyan; echo -n "--force "; set_color -d white; echo "Не просить подтверждения"; set_color normal; set_color yellow; echo -n " -v "; set_color cyan; echo -n "--verbose "; set_color -d white; echo "Подключить TTY к буферу вывода"; set_color normal; set_color yellow; echo -n " -h "; set_color cyan; echo -n "--help "; set_color -d white; echo "Прислать это сообщение"; echo; set_color normal; set_color white; echo -n "Этот установщик работает только для "; set_color yellow; echo -n "fish "; set_color white; echo -n "и "; set_color red; echo -n "ubuntu"; set_color -b red yellow; echo -n "[mirzaev/nvim] "; set_color brcyan; echo -n "[ИНФОРМАЦИЯ] "; set_color -o white; echo "Формат: install.sh [флаги]"; echo; set_color normal; set_color yellow; echo -n " -u "; set_color cyan; echo -n "--update "; set_color -d white; echo "Обновить все зависимости"; set_color normal; set_color yellow; echo -n " -f "; set_color cyan; echo -n "--force "; set_color -d white; echo "Не просить подтверждения"; set_color normal; set_color yellow; echo -n " -v "; set_color cyan; echo -n "--verbose "; set_color -d white; echo "Подключить TTY к буферу вывода"; set_color normal; set_color yellow; echo -n " -h "; set_color cyan; echo -n "--help "; set_color -d white; echo "Прислать это сообщение"; echo; set_color normal; set_color white; echo -n "Этот установщик работает только для "; set_color yellow; echo -n "fish "; set_color white; echo -n "и "; set_color red; echo -n "ubuntu";
case NVIM_NOT_INSTALLED case NVIM_NOT_INSTALLED
set_color yellow; echo -n "[mirzaev/nvim] "; set_color red; echo -n "[ОШИБКА] "; set_color white; echo "NeoVim не установлен"; set_color yellow; echo -n "[mirzaev/nvim] "; set_color red; echo -n "[ОШИБКА] "; set_color white; echo "NeoVim не установлен";
case PACKER_INSTALL
set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[ЗАДАЧА] "; set_color white; echo "Установить Packer? (\"wbthomason/packer.nvim\") (y/N) ";
case PACKER_EXISTS
set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[ЗАДАЧА] "; set_color white; echo "Packer уже установлен. Переустановить? (y/N) ";
case PACKER_INSTALLED
set_color yellow; echo -n "[mirzaev/nvim] "; set_color green; echo -n "[РАБОТА] "; set_color white; echo "Установлен Packer";
case LSP_INTELEPHENSE_INSTALL case LSP_INTELEPHENSE_INSTALL
set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[ЗАДАЧА] "; set_color white; echo "Установить LSP-сервер для PHP? (\"bmewburn/vscode-intelephense\") (y/N) "; set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[ЗАДАЧА] "; set_color white; echo "Установить LSP-сервер для PHP? (\"bmewburn/vscode-intelephense\") (y/N) ";
case LSP_INTELEPHENSE_INSTALLED case LSP_INTELEPHENSE_INSTALLED
@@ -87,12 +81,6 @@ else
set_color yellow; echo -n "[mirzaev/nvim] "; set_color brcyan; echo -n "[INFORMATION] "; set_color -o white; echo "Format: install.sh [flags]"; echo; set_color normal; set_color yellow; echo -n " -u "; set_color cyan; echo -n "--update "; set_color -d white; echo "Update all dependencies"; set_color normal; set_color yellow; echo -n " -f "; set_color cyan; echo -n "--force "; set_color -d white; echo "Do not ask for confirmations"; set_color normal; set_color yellow; echo -n " -v "; set_color cyan; echo -n "--verbose "; set_color -d white; echo "Connect TTY to the output buffer"; set_color normal; set_color yellow; echo -n " -h "; set_color cyan; echo -n "--help "; set_color -d white; echo "Send this message"; set_color normal; set_color white; echo; echo -n "This installer only works with "; set_color yellow; echo -n "fish "; set_color white; echo -n "and "; set_color red; echo "ubuntu"; set_color yellow; echo -n "[mirzaev/nvim] "; set_color brcyan; echo -n "[INFORMATION] "; set_color -o white; echo "Format: install.sh [flags]"; echo; set_color normal; set_color yellow; echo -n " -u "; set_color cyan; echo -n "--update "; set_color -d white; echo "Update all dependencies"; set_color normal; set_color yellow; echo -n " -f "; set_color cyan; echo -n "--force "; set_color -d white; echo "Do not ask for confirmations"; set_color normal; set_color yellow; echo -n " -v "; set_color cyan; echo -n "--verbose "; set_color -d white; echo "Connect TTY to the output buffer"; set_color normal; set_color yellow; echo -n " -h "; set_color cyan; echo -n "--help "; set_color -d white; echo "Send this message"; set_color normal; set_color white; echo; echo -n "This installer only works with "; set_color yellow; echo -n "fish "; set_color white; echo -n "and "; set_color red; echo "ubuntu";
case NVIM_NOT_INSTALLED case NVIM_NOT_INSTALLED
set_color yellow; echo -n "[mirzaev/nvim] "; set_color red; echo -n "[ERROR] "; set_color white; echo "NeoVim is not installed"; set_color yellow; echo -n "[mirzaev/nvim] "; set_color red; echo -n "[ERROR] "; set_color white; echo "NeoVim is not installed";
case PACKER_INSTALL
set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[TASK] "; set_color white; echo "Install Packer? (\"wbthomason/packer.nvim\") (y/N) ";
case PACKER_EXISTS
set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[TASK] "; set_color white; echo "Packer already installed. Reinstall? (y/N) ";
case PACKER_INSTALLED
set_color yellow; echo -n "[mirzaev/nvim] "; set_color green; echo -n "[WORK] "; set_color white; echo "Installed Packer";
case LSP_INTELEPHENSE_INSTALL case LSP_INTELEPHENSE_INSTALL
set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[TASK] "; set_color white; echo "Install the LSP-server for PHP? (\"bmewburn/vscode-intelephense\") (y/N) "; set_color yellow; echo -n "[mirzaev/nvim] "; set_color blue; echo -n "[TASK] "; set_color white; echo "Install the LSP-server for PHP? (\"bmewburn/vscode-intelephense\") (y/N) ";
case LSP_INTELEPHENSE_INSTALLED case LSP_INTELEPHENSE_INSTALLED
@@ -150,16 +138,17 @@ if set -q _flag_help
print HELP print HELP
# Exit (success) # Exit (success)
return 0 exit 0
end end
if not type -q nvim if not type -q nvim
# Sending the message # Sending the message
print NVIM_NOT_INSTALLED print NVIM_NOT_INSTALLED
set_color blue
echo $NVIM_WIKI_INSTALLATION echo $NVIM_WIKI_INSTALLATION
# Exit (fail) # Exit (fail)
return 1 exit 1
end end
if set -q _flag_update if set -q _flag_update
@@ -168,16 +157,18 @@ if set -q _flag_update
curl -o- https://fnm.vercel.app/install | bash curl -o- https://fnm.vercel.app/install | bash
# Initializing fnm # Initializing fnm
source /home/mirzaev/.config/fish/conf.d/fnm.fish source ~/.config/fish/conf.d/fnm.fish
# Installing dependencies
sudo apt install -y curl zip
# Downloadind and installing Node.js: # Downloadind and installing Node.js:
fnm install $NODEJS_VERSION fnm install $NODEJS_VERSION
# need to rewrite in future (бляяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяя) # need to rewrite in the future (бляяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяя)
sudo apt install -y npm python3-venv python3-pip rubygems ruby-dev pkg-config sudo apt install -y npm python3-venv python3-pip rubygems ruby-dev pkg-config lua5.4 luarocks
python3 -m ~/.local/bin/pip install --upgrade pip python3 -m pip install --upgrade pip
fish_add_path ~/.local/bin pip install --upgrade pynvim
~/.local/bin/pip install --upgrade pynvim
sudo gem install neovim sudo gem install neovim
# Install NeoVim module for NPM # Install NeoVim module for NPM
@@ -188,49 +179,6 @@ end
# Initializing the virtual environment for Python packages # Initializing the virtual environment for Python packages
python3 -m venv ~/.local --system-site-packages python3 -m venv ~/.local --system-site-packages
if not set -q _flag_force
# Installation request
set RESPONSE (read -n 1 -p "print PACKER_INSTALL")
bind -e y
end
if set -q _flag_force; or test (string match -ri 'y' "$RESPONSE")
if test -d ~/.local/share/nvim/site/pack/packer/start/packer.nvim
# Найден репозиторий "wbthomason/packer.nvim"
if not set -q _flag_force
# Installation request
set RESPONSE (read -n 1 -p "print PACKER_EXISTS")
bind -e y
end
if set -q _flag_force; or test (string match -ri 'y' "$RESPONSE")
# Запрошена переустановка
begin
# Деинициализация старого репозитория
rm -rf ~/.local/share/nvim/site/pack/packer/start/packer.nvim
# Инициализация репозитория
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
end &> $output
print PACKER_INSTALLED
end
else
# Не найден репозиторий "wbthomason/packer.nvim"
begin
# Инициализация репозитория
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
end &> $output
print PACKER_INSTALLED
end
end
if not set -q _flag_force if not set -q _flag_force
# Installation request # Installation request
set RESPONSE (read -n 1 -p "print LSP_INTELEPHENSE_INSTALL") set RESPONSE (read -n 1 -p "print LSP_INTELEPHENSE_INSTALL")

41
lazy-lock.json Normal file
View File

@@ -0,0 +1,41 @@
{
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
"coq.artifacts": { "branch": "artifacts", "commit": "ef5f21d638ccc456cfa5b8d0ab37093cefe48c8b" },
"coq.thirdparty": { "branch": "3p", "commit": "2bd969a2bcd2624f9c260b1000957c7e665e308e" },
"coq_nvim": { "branch": "coq", "commit": "d8b71757358038fa151fb45c493c3a1e8c3629a3" },
"diaglist.nvim": { "branch": "master", "commit": "8aba9fcf62cc60e1d5ce941faedecc399d9a1e8b" },
"fidget.nvim": { "branch": "main", "commit": "e32b672d8fd343f9d6a76944fedb8c61d7d8111a" },
"flexoki": { "branch": "main", "commit": "079554c242a86be5d1a95598c7c6368d6eedd7a3" },
"gitsigns.nvim": { "branch": "main", "commit": "5813e4878748805f1518cee7abb50fd7205a3a48" },
"jsctags": { "branch": "master", "commit": "22d3fb848c429d4704dc3a8946bc3a4423a8e4a4" },
"kommentary": { "branch": "main", "commit": "d5a111a3bc4109a8f913a5863c9092b3b3801482" },
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
"lsp-colors.nvim": { "branch": "main", "commit": "2bbe7541747fd339bdd8923fc45631a09bb4f1e5" },
"lspkind-nvim": { "branch": "master", "commit": "3ddd1b4edefa425fda5a9f95a4f25578727c0bb3" },
"lualine-lsp-progress": { "branch": "master", "commit": "56842d097245a08d77912edf5f2a69ba29f275d7" },
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
"lush.nvim": { "branch": "main", "commit": "9c60ec2279d62487d942ce095e49006af28eed6e" },
"neo-tree.nvim": { "branch": "v3.x", "commit": "f3df514fff2bdd4318127c40470984137f87b62e" },
"nginx.vim": { "branch": "master", "commit": "cffaec54f0c7f9518de053634413a20e90eac825" },
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
"nvim-autopairs": { "branch": "master", "commit": "c2a0dd0d931d0fb07665e1fedb1ea688da3b80b4" },
"nvim-dap": { "branch": "master", "commit": "5860c7c501eb428d3137ee22c522828d20cca0b3" },
"nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
"nvim-dap-virtual-text": { "branch": "master", "commit": "fbdb48c2ed45f4a8293d0d483f7730d24467ccb6" },
"nvim-lint": { "branch": "master", "commit": "c47b71d146a0b638f46672e6704c322369385df6" },
"nvim-lspconfig": { "branch": "master", "commit": "c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9" },
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
"nvim-treesitter": { "branch": "main", "commit": "4fc09bee78e91bf4ba471cdab4bf9dfa37fde51c" },
"nvim-web-devicons": { "branch": "master", "commit": "8dcb311b0c92d460fac00eac706abd43d94d68af" },
"phpctags": { "branch": "master", "commit": "5ed731eb86227d416977b0a1fd06e77e58363818" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"reticle.nvim": { "branch": "main", "commit": "66bfa2b1c28fd71bb8ae4e871e0cd9e9c509ea86" },
"tagbar": { "branch": "master", "commit": "7bfffca1f121afb7a9e38747500bf5270e006bb1" },
"telescope-dap.nvim": { "branch": "master", "commit": "783366bd6c1e7fa0a5c59c07db37f49c805a28df" },
"telescope.nvim": { "branch": "master", "commit": "3d757e586ff0bfc85bdb7b46c9d3d932147a0cde" },
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
"vim-fish": { "branch": "master", "commit": "50b95cbbcd09c046121367d49039710e9dc9c15f" },
"vim-fugitive": { "branch": "master", "commit": "61b51c09b7c9ce04e821f6cf76ea4f6f903e3cf4" },
"vim-signify": { "branch": "master", "commit": "9ec7989ef5f92c5073de26abb46fc6a998b75ef8" },
"vim-test": { "branch": "master", "commit": "1eeb12774a0f251571700ccf68da27789b2f0852" }
}

View File

@@ -1,52 +1,3 @@
--[[ nvim-neo-tree/neo-tree ]]
-- Открыть интерфейс с древовидным отображением файлов
vim.keymap.set({ 'n', 'i', 'v', 't' }, '<f1>', '<cmd>Neotree toggle<cr>', { noremap = true })
-- [[ folke/trouble.nvim ]]
vim.keymap.set({ 'n', 'i', 'v', 't' }, '<f2>', '<cmd>Trouble diagnostics toggle focus=false filter.buf=0<cr>', { noremap = true })
--[[ onsails/diaglist.nvim ]]
-- Открыть интерфейс диагностики
vim.keymap.set('n', '<space>dw', '<cmd>lua require(\'diaglist\').open_all_diagnostics()<cr>', { noremap = true })
vim.keymap.set('n', '<space>d0', '<cmd>lua require(\'diaglist\').open_buffer_diagnostics()<cr>', { noremap = true })
--[[ noib3/nvim-cokeline ]]
-- Переключение вкладок
vim.keymap.set('n', '<tab>', '<plug>(cokeline-focus-next)', { noremap = true, silent = true })
vim.keymap.set('n', '<s-tab>', '<Plug>(cokeline-focus-prev)', { noremap = true, silent = true })
--[[ neovim/nvim-lspconfig ]]
-- Диагностика
vim.keymap.set('n', '<space>e', vim.diagnostic.open_float, { noremap = true, silent = true })
vim.keymap.set('n', '[d', vim.diagnostic.goto_prev, { noremap = true, silent = true })
vim.keymap.set('n', ']d', vim.diagnostic.goto_next, { noremap = true, silent = true })
vim.keymap.set('n', '<space>q', vim.diagnostic.setloclist, { noremap = true, silent = true })
-- Инициализация только после того, как LSP-сервер подключится к текущему буферу
lspconfig_on_attach = function(client, bufnr)
-- Активация завершения
vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
-- vim.keymap.set({ 'n', 'v', 't' }, 'F', function() vim.lsp.buf.format { async = true } end, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', 'gD', vim.lsp.buf.declaration, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', 'gd', vim.lsp.buf.definition, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', 'K', vim.lsp.buf.hover, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', 'gi', vim.lsp.buf.implementation, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', '<c-k>', vim.lsp.buf.signature_help, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', '<space>wa', vim.lsp.buf.add_workspace_folder, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', '<space>wr', vim.lsp.buf.remove_workspace_folder, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', '<space>wl', function() print(vim.inspect(vim.lsp.buf.list_workspace_folders())) end,
{ noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', '<space>D', vim.lsp.buf.type_definition, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', '<space>rn', vim.lsp.buf.rename, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', '<space>ca', vim.lsp.buf.code_action, { noremap = true, silent = true, buffer = bufnr })
vim.keymap.set('n', 'gr', vim.lsp.buf.references, { noremap = true, silent = true, buffer = bufnr })
end
-- Formatting -- Formatting
vim.keymap.set({ 'n', 'v', 't' }, 'F', function() vim.keymap.set({ 'n', 'v', 't' }, 'F', function()
if (vim.bo.filetype == 'nginx') then if (vim.bo.filetype == 'nginx') then
@@ -62,66 +13,49 @@ vim.keymap.set({ 'n', 'v', 't' }, 'F', function()
else else
-- LSP-server clients not found -- LSP-server clients not found
vim.api.nvim_exec('PrettierAsync', false) -- vim.api.nvim_exec('PrettierAsync', false)
end end
end, end,
{ noremap = true, silent = true, buffer = bufnr }) { noremap = true, silent = true, buffer = bufnr }
)
--[[ lewis6991/gitsigns.nvim ]] --[[ lewis6991/gitsigns.nvim ]]
-- Инициализация только после того, как LSP-сервер подключится к текущему буферу -- Инициализация только после того, как LSP-сервер подключится к текущему буферу
gitsigns_on_attach = function(bufnr) -- gitsigns_on_attach = function(bufnr)
-- Инициализация ярлыка -- -- Инициализация ярлыка
local gs = package.loaded.gitsigns -- local gs = package.loaded.gitsigns
--
-- Навигация -- -- Навигация
vim.keymap.set('n', ']c', function() -- vim.keymap.set('n', ']c', function()
if vim.wo.diff then return ']c' end -- if vim.wo.diff then return ']c' end
vim.schedule(function() gs.next_hunk() end) -- vim.schedule(function() gs.next_hunk() end)
return '<Ignore>' -- return '<Ignore>'
end, { expr = true, buffer = bufnr }) -- end, { expr = true, buffer = bufnr })
--
-- Навигация -- -- Навигация
vim.keymap.set('n', '[c', function() -- vim.keymap.set('n', '[c', function()
if vim.wo.diff then return '[c' end -- if vim.wo.diff then return '[c' end
vim.schedule(function() gs.prev_hunk() end) -- vim.schedule(function() gs.prev_hunk() end)
return '<Ignore>' -- return '<Ignore>'
end, { expr = true, buffer = bufnr }) -- end, { expr = true, buffer = bufnr })
--
vim.keymap.set('n', '<leader>hs', '<cmd>Gitsigns stage_hunk<cr>', { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hs', '<cmd>Gitsigns stage_hunk<cr>', { buffer = bufnr })
vim.keymap.set('v', '<leader>hs', '<cmd>Gitsigns stage_hunk<cr>', { buffer = bufnr }) -- vim.keymap.set('v', '<leader>hs', '<cmd>Gitsigns stage_hunk<cr>', { buffer = bufnr })
vim.keymap.set('n', '<leader>hr', '<cmd>Gitsigns reset_hunk<cr>', { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hr', '<cmd>Gitsigns reset_hunk<cr>', { buffer = bufnr })
vim.keymap.set('v', '<leader>hr', '<cmd>Gitsigns reset_hunk<cr>', { buffer = bufnr }) -- vim.keymap.set('v', '<leader>hr', '<cmd>Gitsigns reset_hunk<cr>', { buffer = bufnr })
vim.keymap.set('n', '<leader>hS', gs.stage_buffer, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hS', gs.stage_buffer, { buffer = bufnr })
vim.keymap.set('n', '<leader>hu', gs.undo_stage_hunk, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hu', gs.undo_stage_hunk, { buffer = bufnr })
vim.keymap.set('n', '<leader>hR', gs.reset_buffer, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hR', gs.reset_buffer, { buffer = bufnr })
vim.keymap.set('n', '<leader>hp', gs.preview_hunk, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hp', gs.preview_hunk, { buffer = bufnr })
vim.keymap.set('n', '<leader>hb', function() gs.blame_line { full = true } end, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hb', function() gs.blame_line { full = true } end, { buffer = bufnr })
vim.keymap.set('n', '<leader>tb', gs.toggle_current_line_blame, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>tb', gs.toggle_current_line_blame, { buffer = bufnr })
vim.keymap.set('n', '<leader>hd', gs.diffthis, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hd', gs.diffthis, { buffer = bufnr })
vim.keymap.set('n', '<leader>hD', function() gs.diffthis('~') end, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>hD', function() gs.diffthis('~') end, { buffer = bufnr })
vim.keymap.set('n', '<leader>td', gs.toggle_deleted, { buffer = bufnr }) -- vim.keymap.set('n', '<leader>td', gs.toggle_deleted, { buffer = bufnr })
--
vim.keymap.set('o', 'ih', '<cmd><c-U>Gitsigns select_hunk<cr>', { buffer = bufnr }) -- vim.keymap.set('o', 'ih', '<cmd><c-U>Gitsigns select_hunk<cr>', { buffer = bufnr })
vim.keymap.set('x', 'ih', '<cmd><c-U>Gitsigns select_hunk<cr>', { buffer = bufnr }) -- vim.keymap.set('x', 'ih', '<cmd><c-U>Gitsigns select_hunk<cr>', { buffer = bufnr })
end -- end
--[[ nvim-telescope/telescope.nvim ]]
-- Инициализация ярлыка
local builtin = require('telescope.builtin')
-- Поиск файла
vim.keymap.set('n', '<leader>ff', builtin.find_files, { noremap = true, silent = true })
-- grep
vim.keymap.set('n', '<leader>fg', builtin.live_grep, { noremap = true, silent = true })
-- Буферы?
vim.keymap.set('n', '<leader>fb', builtin.buffers, { noremap = true, silent = true })
-- Помощь
vim.keymap.set('n', '<leader>fh', builtin.help_tags, { noremap = true, silent = true })
--[[ mfussenegger/nvim-dap ]] --[[ mfussenegger/nvim-dap ]]
vim.keymap.set('n', '<F5>', function() require('dap').continue() end) vim.keymap.set('n', '<F5>', function() require('dap').continue() end)
@@ -147,45 +81,3 @@ vim.keymap.set('n', '<Leader>ds', function()
local widgets = require('dap.ui.widgets') local widgets = require('dap.ui.widgets')
widgets.centered_float(widgets.scopes) widgets.centered_float(widgets.scopes)
end) end)
--[[ windwp/nvim-autopairs ]]
-- Переназначение стандартных сочетаний клавиш для "ms-jpq/coq_nvim"
--vim.keymap.set('i', '<esc>', [[pumvisible() ? "<c-e><esc>" : "<esc>"]], {expr = true, noremap = true})
--vim.keymap.set('i', '<c-c>', [[pumvisible() ? "<c-e><c-c>" : "<c-c>"]], {expr = true, noremap = true})
--vim.keymap.set('i', '<tab>', [[pumvisible() ? "<c-n>" : "<tab>"]], {expr = true, noremap = true})
--vim.keymap.set('i', '<s-tab>', [[pumvisible() ? "<c-p>" : "<tab>"]], {expr = true, noremap = true})
_G.PairIT = function()
local autopairs = {
['('] = ')',
['['] = ']',
['{'] = '}',
['<'] = '>',
[ [=[']=] ] = [=[']=],
[ [=["]=] ] = [=["]=],
}
local set_pairs = vim.keymap.set
for k, v in pairs(autopairs) do
set_pairs('i', k, function()
return k .. v .. '<Left>'
end, { expr = true, noremap = true })
end
end
--[[ b3nj5m1n/kommentary ]]
vim.keymap.set('n', '<leader>cic', '<Plug>kommentary_line_increase', { noremap = true, silent = true })
vim.keymap.set('n', '<leader>ci', '<Plug>kommentary_motion_increase', { noremap = true, silent = true })
vim.keymap.set('x', '<leader>ci', '<Plug>kommentary_visual_increase', { noremap = true, silent = true })
vim.keymap.set('n', '<leader>cdc', '<Plug>kommentary_line_decrease', { noremap = true, silent = true })
vim.keymap.set('n', '<leader>cd', '<Plug>kommentary_motion_decrease', { noremap = true, silent = true })
vim.keymap.set('x', '<leader>cd', '<Plug>kommentary_visual_decrease', { noremap = true, silent = true })
--[[ preservim/tagbar ]]
vim.keymap.set({ 'n', 'i', 'v', 't' }, '<f8>', '<cmd>TagbarToggle<cr>', { noremap = true, silent = true })
--[[ simrat39/symbols-outline.nvim ]]
vim.keymap.set({ 'n', 'i', 'v', 't' }, '<f7>', '<cmd>SymbolsOutline<cr>', { noremap = true, silent = true })

View File

@@ -1,12 +1,8 @@
-- Выход из режима "ВСТАВКА" (insert) -- Offset
vim.keymap.set('i', '<C-i>', '<escape>', {noremap = true, silent = true}) vim.keymap.set({'i', 'v', 't'}, '<tab>', '>', {noremap = true, silent = true})
vim.keymap.set({'i', 'v', 't'}, '<s-tab>', '<', {noremap = true, silent = true})
-- Быстрый сдвиг текста в режиме 'ВСТАВКА' (insert) -- Disabling arrows
-- (надо будет проработать в визуальном режиме на множество строк)
vim.keymap.set({'i', 'v', 't'}, '<tab>', '<cmd>><cr>', {noremap = true, silent = true})
vim.keymap.set({'i', 'v', 't'}, '<s-tab>', '<cmd><<cr>', {noremap = true, silent = true})
-- Отключение стрелок
vim.keymap.set({'n', 'i', 'v', 't'}, '<left>', '', {noremap = true, silent = true}) vim.keymap.set({'n', 'i', 'v', 't'}, '<left>', '', {noremap = true, silent = true})
vim.keymap.set({'n', 'i', 'v', 't'}, '<up>', '', {noremap = true, silent = true}) vim.keymap.set({'n', 'i', 'v', 't'}, '<up>', '', {noremap = true, silent = true})
vim.keymap.set({'n', 'i', 'v', 't'}, '<right>', '', {noremap = true, silent = true}) vim.keymap.set({'n', 'i', 'v', 't'}, '<right>', '', {noremap = true, silent = true})
@@ -19,6 +15,3 @@ vim.keymap.set({'n', 'i', 'v', 't'}, '<c-left>', '', {noremap = true, silent = t
vim.keymap.set({'n', 'i', 'v', 't'}, '<c-up>', '', {noremap = true, silent = true}) vim.keymap.set({'n', 'i', 'v', 't'}, '<c-up>', '', {noremap = true, silent = true})
vim.keymap.set({'n', 'i', 'v', 't'}, '<c-right>', '', {noremap = true, silent = true}) vim.keymap.set({'n', 'i', 'v', 't'}, '<c-right>', '', {noremap = true, silent = true})
vim.keymap.set({'n', 'i', 'v', 't'}, '<c-down>', '', {noremap = true, silent = true}) vim.keymap.set({'n', 'i', 'v', 't'}, '<c-down>', '', {noremap = true, silent = true})
-- Быстрое форматирование всего документа
vim.keymap.set({'n', 'v', 't'}, '<space>F', '1GVG=<cr>', {noremap = true, silent = true})

View File

@@ -1,4 +1,12 @@
require('nvim-autopairs').setup({ -- A super powerful autopair plugin for Neovim that supports multiple characters
map_bs = false, return {
map_cr = false 'windwp/nvim-autopairs',
}) enabled = true,
lazy = true,
event = 'InsertEnter',
opts = {
-- map_bs = false,
-- map_cr = false
},
config = true
}

View File

@@ -1,2 +1,72 @@
require('bufferline').setup({ -- A snazzy 💅 buffer line (with tabpage integration) for Neovim built using lua
}) return {
'akinsho/bufferline.nvim',
enabled = true,
lazy = true,
event = 'BufReadPre',
keys = {
{ '<tab>', '<cmd>BufferLineCycleNext<cr>', mode = { 'n' }, desc = 'Move to the next tab', noremap = true, silent = true },
{ '<s-tab>', '<cmd>BufferLineCyclePrev<cr>', mode = { 'n' }, desc = 'Move to the previous tab', noremap = true, silent = true },
{ '<leader><tab>', '<cmd>lua require("bufferline").go_to(vim.fn.input("Enter tab number: "), true)<cr>', mode = { 'n' }, desc = 'Move to the tab', noremap = true, silent = true },
},
version = '*',
dependencies = {
--
{ 'nvim-tree/nvim-web-devicons' }
},
opts = {
options = {
themable = true,
numbers = 'ordinal',
-- close_command = 'bdelete! %d',
-- right_mouse_command = 'bdelete! %d',
-- left_mouse_command = 'buffer %d',
-- middle_mouse_command = nil,
indicator = {
icon = '',
style = 'icon',
},
max_name_length = 24,
max_prefix_length = 18,
truncate_names = true,
tab_size = 18,
diagnostics = 'nvim_lsp',
offsets = {
{
filetype = 'NvimTree',
text = 'File Explorer',
text_align = 'left',
separator = true
}
},
color_icons = true,
show_buffer_icons = true,
show_buffer_close_icons = true,
show_close_icon = true,
show_tab_indicators = true,
show_duplicate_prefix = true,
duplicates_across_groups = true,
persist_buffer_sort = true,
move_wraps_at_ends = false,
-- separator_style = 'slant' | 'slope' | 'thick' | 'thin' | { 'any', 'any' },
separator_style = 'default',
enforce_regular_tabs = false,
always_show_bufferline = true,
auto_toggle_bufferline = true,
hover = {
enabled = true,
delay = 200,
reveal = {'close'}
},
--[[ sort_by = 'insert_after_current' |'insert_at_end' | 'id' | 'extension' | 'relative_directory' | 'directory' | 'tabs' | function(buffer_a, buffer_b)
local modified_a = vim.fn.getftime(buffer_a.path)
local modified_b = vim.fn.getftime(buffer_b.path)
return modified_a > modified_b
end, ]]
sort_by = 'insert_after_current',
pick = {
alphabet = 'abcdefghijklmopqrstuvwxyzABCDEFGHIJKLMOPQRSTUVWXYZ1234567890',
}
}
}
}

View File

@@ -1,4 +1,23 @@
-- Настройка "ms-jpq/coq_nvim" -- Fast as FUCK nvim completion
vim.g.coq_settings = { return {
auto_start = 'shut-up' 'ms-jpq/coq_nvim',
enabled = true,
lazy = false,
priority = 30,
branch = 'coq',
dependencies = {
-- Quickstart configs for Nvim LSP
{ 'neovim/nvim-lspconfig' },
-- 9000+ Snippets
{ 'ms-jpq/coq.artifacts', branch = 'artifacts' },
-- Lua & third party sources. Need to **configure separately**
{ 'ms-jpq/coq.thirdparty', branch = '3p' }
},
config = function()
vim.g.coq_settings = {
auto_start = 'shut-up',
}
end,
} }

View File

@@ -1,37 +1,13 @@
require("nvim-dap-virtual-text").setup { -- Virtual text support to nvim-dap
enabled = true, -- enable this plugin (the default) return {
enabled_commands = true, -- create commands DapVirtualTextEnable, DapVirtualTextDisable, DapVirtualTextToggle, (DapVirtualTextForceRefresh for refreshing when debug adapter did not notify its termination) 'theHamsta/nvim-dap-virtual-text',
highlight_changed_variables = true, -- highlight changed values with NvimDapVirtualTextChanged, else always NvimDapVirtualText enabled = true,
highlight_new_as_changed = false, -- highlight new variables in the same way as changed variables (if highlight_changed_variables) lazy = true,
show_stop_reason = true, -- show stop reason when stopped for exceptions dependencies = {
commented = false, -- prefix virtual text with comment string -- Debug Adapter Protocol client implementation for Neovim
only_first_definition = true, -- only show virtual text at first definition (if there are multiple) { 'mfussenegger/nvim-dap' },
all_references = false, -- show virtual text on all all references of the variable (not only definitions)
clear_on_continue = false, -- clear virtual text on "continue" (might cause flickering when stepping)
--- A callback that determines how a variable is displayed or whether it should be omitted -- Nvim Treesitter configurations and abstraction layer
--- @param variable Variable https://microsoft.github.io/debug-adapter-protocol/specification#Types_Variable { 'nvim-treesitter/nvim-treesitter' }
--- @param buf number }
--- @param stackframe dap.StackFrame https://microsoft.github.io/debug-adapter-protocol/specification#Types_StackFrame
--- @param node userdata tree-sitter node identified as variable definition of reference (see `:h tsnode`)
--- @param options nvim_dap_virtual_text_options Current options for nvim-dap-virtual-text
--- @return string|nil A text how the virtual text should be displayed or nil, if this variable shouldn't be displayed
display_callback = function(variable, buf, stackframe, node, options)
-- by default, strip out new line characters
if options.virt_text_pos == 'inline' then
return ' = ' .. variable.value:gsub("%s+", " ")
else
return variable.name .. ' = ' .. variable.value:gsub("%s+", " ")
end
end,
-- position of virtual text, see `:h nvim_buf_set_extmark()`, default tries to inline the virtual text. Use 'eol' to set to end of line
virt_text_pos = vim.fn.has 'nvim-0.10' == 1 and 'inline' or 'eol',
-- experimental features:
all_frames = false, -- show virtual text for all stack frames not only current. Only works for debugpy on my machine.
virt_lines = false, -- show virtual lines instead of virtual text (will flicker!)
virt_text_win_col = nil -- position the virtual text at a fixed window column (starting from the first text column) ,
-- e.g. 80 to position at column 80, see `:h nvim_buf_set_extmark()`
} }

32
lua/plugins/dap-ui.lua Normal file
View File

@@ -0,0 +1,32 @@
-- A UI for nvim-dap
return {
'rcarriga/nvim-dap-ui',
enabled = true,
lazy = true,
dependencies = {
-- Debug Adapter Protocol client implementation for Neovim
'mfussenegger/nvim-dap',
-- A library for asynchronous IO in Neovim
'nvim-neotest/nvim-nio'
},
config = function()
local dap, dapui = require('dap'), require('dapui')
dap.listeners.before.attach.dapui_config = function()
dapui.open()
end
dap.listeners.before.launch.dapui_config = function()
dapui.open()
end
dap.listeners.before.event_terminated.dapui_config = function()
dapui.close()
end
dap.listeners.before.event_exited.dapui_config = function()
dapui.close()
end
end
}

View File

@@ -1,23 +1,29 @@
-- Initialization -- Debug Adapter Protocol client implementation for Neovim
local dap = require('dap') return {
'mfussenegger/nvim-dap',
enabled = true,
lazy = true,
config = function()
local dap = require('dap')
-- Installing C, Rust and C++ -- Installing debuggers for C, Rust and C++
dap.configurations.cpp = { dap.configurations.cpp = {}
}
-- Initializing PHP adapter -- Initializing PHP debugger adapter
dap.adapters.php = { dap.adapters.php = {
type = "executable", type = 'executable',
command = "node", command = 'node',
args = { os.getenv("HOME") .. "/vscode-php-debug/out/phpDebug.js" } args = { os.getenv('HOME') .. '/vscode-php-debug/out/phpDebug.js' }
} }
-- Installing PHP -- Installing PHP debugger
dap.configurations.php = { dap.configurations.php = {
{ {
type = "php", type = 'php',
request = "launch", request = 'launch',
name = "Listen for Xdebug", name = 'Listen for Xdebug',
port = 9003 port = 9003
} }
}
end
} }

View File

@@ -1,19 +0,0 @@
require('dapui').setup()
local dap, dapui = require("dap"), require("dapui")
dap.listeners.before.attach.dapui_config = function()
dapui.open()
end
dap.listeners.before.launch.dapui_config = function()
dapui.open()
end
dap.listeners.before.event_terminated.dapui_config = function()
dapui.close()
end
dap.listeners.before.event_exited.dapui_config = function()
dapui.close()
end

View File

@@ -1,7 +1,15 @@
require('diaglist').init({ -- Live render workspace diagnostics in quickfix with
-- below are defaults -- current buf errors on top, buffer diagnostics in loclist
debug = false, -- @todo удалить и заменить на трабл
return {
-- increase for noisy servers 'onsails/diaglist.nvim',
debounce_ms = 150, enabled = false,
}) lazy = true,
keys = {
{ '<leader><f3>', '<cmd>lua require(\'diaglist\').open_all_diagnostics()<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'Open all diagnostics (diaglist)', noremap = true, silent = true },
},
opts = {
debug = false,
debounce_ms = 150
}
}

View File

@@ -0,0 +1,7 @@
--[[ -- Форматировщик Prettier
use {
'prettier/vim-prettier',
branch = 'master',
-- run = 'sudo npm i -g',
run = 'yarn install --frozen-lockfile --production'
} ]]

View File

@@ -1,95 +1,7 @@
require('fidget').setup({ -- 💫 Extensible UI for Neovim notifications and LSP progress messages
-- Options related to LSP progress subsystem return {
progress = { 'j-hui/fidget.nvim',
poll_rate = 0, -- How and when to poll for progress messages enabled = true,
suppress_on_insert = false, -- Suppress new messages while in insert mode lazy = true,
ignore_done_already = false, -- Ignore new tasks that are already complete opts = {}
ignore_empty_message = false, -- Ignore new tasks that don't contain a message }
clear_on_detach = -- Clear notification group when LSP server detaches
function(client_id)
local client = vim.lsp.get_client_by_id(client_id)
return client and client.name or nil
end,
notification_group = -- How to get a progress message's notification group key
function(msg) return msg.lsp_client.name end,
ignore = {}, -- List of LSP servers to ignore
-- Options related to how LSP progress messages are displayed as notifications
display = {
render_limit = 16, -- How many LSP messages to show at once
done_ttl = 3, -- How long a message should persist after completion
done_icon = "", -- Icon shown when all LSP progress tasks are complete
done_style = "Constant", -- Highlight group for completed LSP tasks
progress_ttl = math.huge, -- How long a message should persist when in progress
progress_icon = -- Icon shown when LSP progress tasks are in progress
{ pattern = "dots", period = 1 },
progress_style = -- Highlight group for in-progress LSP tasks
"WarningMsg",
group_style = "Title", -- Highlight group for group name (LSP server name)
icon_style = "Question", -- Highlight group for group icons
priority = 30, -- Ordering priority for LSP notification group
skip_history = true, -- Whether progress notifications should be omitted from history
format_message = -- How to format a progress message
require("fidget.progress.display").default_format_message,
format_annote = -- How to format a progress annotation
function(msg) return msg.title end,
format_group_name = -- How to format a progress notification group's name
function(group) return tostring(group) end,
overrides = { -- Override options from the default notification config
rust_analyzer = { name = "rust-analyzer" },
},
},
-- Options related to Neovim's built-in LSP client
lsp = {
progress_ringbuf_size = 0, -- Configure the nvim's LSP progress ring buffer size
},
},
-- Options related to notification subsystem
notification = {
poll_rate = 10, -- How frequently to update and render notifications
filter = vim.log.levels.INFO, -- Minimum notifications level
history_size = 128, -- Number of removed messages to retain in history
override_vim_notify = false, -- Automatically override vim.notify() with Fidget
configs = -- How to configure notification groups when instantiated
{ default = require("fidget.notification").default_config },
redirect = -- Conditionally redirect notifications to another backend
function(msg, level, opts)
if opts and opts.on_open then
return require("fidget.integration.nvim-notify").delegate(msg, level, opts)
end
end,
-- Options related to how notifications are rendered as text
view = {
stack_upwards = true, -- Display notification items from bottom to top
icon_separator = " ", -- Separator between group name and icon
group_separator = "---", -- Separator between notification groups
group_separator_hl = -- Highlight group used for group separator
"Comment",
},
-- Options related to the notification window and buffer
window = {
normal_hl = "Comment", -- Base highlight group in the notification window
winblend = 100, -- Background color opacity in the notification window
border = "none", -- Border around the notification window
zindex = 45, -- Stacking priority of the notification window
max_width = 0, -- Maximum width of the notification window
max_height = 0, -- Maximum height of the notification window
x_padding = 1, -- Padding from right edge of window boundary
y_padding = 0, -- Padding from bottom edge of window boundary
align = "bottom", -- How to align the notification window
relative = "editor", -- What the notification window position is relative to
},
},
-- Options related to integrating with other plugins
integration = {
["nvim-tree"] = {
enable = true, -- Integrate with nvim-tree/nvim-tree.lua (if installed)
},
},
-- Options related to logging
logger = {
level = vim.log.levels.WARN, -- Minimum logging level
float_precision = 0.01, -- Limit the number of decimals displayed for floats
path = -- Where Fidget writes its logs to
string.format("%s/fidget.nvim.log", vim.fn.stdpath("cache")),
}
})

View File

@@ -1,9 +1,13 @@
-- Initializing -- Inky color scheme
local flexoki = require('flexoki') -- todo навести порядок
return {
-- Installing 'nuvic/flexoki-nvim',
flexoki.setup({ enabled = true,
variant = "auto", -- auto, moon, or dawn lazy = false,
priority = 100,
name = 'flexoki',
opts = {
variant = 'auto', -- auto, moon, or dawn
dim_inactive_windows = false, dim_inactive_windows = false,
extend_background_behind_borders = true, extend_background_behind_borders = true,
@@ -17,35 +21,35 @@ flexoki.setup({
}, },
groups = { groups = {
border = "muted", border = 'muted',
link = "purple_two", link = 'purple_two',
panel = "surface", panel = 'surface',
error = "red_one", error = 'red_one',
hint = "purple_one", hint = 'purple_one',
info = "cyan_one", info = 'cyan_one',
ok = "green_one", ok = 'green_one',
warn = "orange_one", warn = 'orange_one',
note = "blue_one", note = 'blue_one',
todo = "magenta_one", todo = 'magenta_one',
git_add = "green_one", git_add = 'green_one',
git_change = "yellow_one", git_change = 'yellow_one',
git_delete = "red_one", git_delete = 'red_one',
git_dirty = "yellow_one", git_dirty = 'yellow_one',
git_ignore = "muted", git_ignore = 'muted',
git_merge = "purple_one", git_merge = 'purple_one',
git_rename = "blue_one", git_rename = 'blue_one',
git_stage = "purple_one", git_stage = 'purple_one',
git_text = "magenta_one", git_text = 'magenta_one',
git_untracked = "subtle", git_untracked = 'subtle',
h1 = "purple_two", h1 = 'purple_two',
h2 = "cyan_two", h2 = 'cyan_two',
h3 = "magenta_two", h3 = 'magenta_two',
h4 = "orange_two", h4 = 'orange_two',
h5 = "blue_two", h5 = 'blue_two',
h6 = "cyan_two", h6 = 'cyan_two',
}, },
palette = { palette = {
@@ -57,8 +61,8 @@ flexoki.setup({
}, },
highlight_groups = { highlight_groups = {
-- Comment = { fg = "subtle" }, -- Comment = { fg = 'subtle' },
-- VertSplit = { fg = "muted", bg = "muted" }, -- VertSplit = { fg = 'muted', bg = 'muted' },
}, },
before_highlight = function(group, highlight, palette) before_highlight = function(group, highlight, palette)
@@ -71,7 +75,10 @@ flexoki.setup({
-- if highlight.fg == palette.blue_two then -- if highlight.fg == palette.blue_two then
-- highlight.fg = palette.cyan_two -- highlight.fg = palette.cyan_two
-- end -- end
end,}) end,
},
-- Activating config = function()
vim.cmd("colorscheme flexoki-moon") -- Activating
vim.cmd('colorscheme flexoki')
end
}

View File

@@ -1,5 +1,11 @@
require('gitsigns').setup { -- Git integration for buffers
on_attach = gitsigns_on_attach, -- todo навести порядок
return {
'lewis6991/gitsigns.nvim',
enabled = true,
lazy = true,
opts = {
on_attach = gitsigns_on_attach,
signs = { signs = {
add = { text = '' }, add = { text = '' },
change = { text = '' }, change = { text = '' },
@@ -37,7 +43,9 @@ require('gitsigns').setup {
row = 0, row = 0,
col = 1 col = 1
}, },
yadm = { --[[ yadm = {
enable = false enable = false
}, }, ]]
}
} }

View File

@@ -0,0 +1,14 @@
-- Neovim commenting plugin, written in lua
return {
'b3nj5m1n/kommentary',
enabled = true,
lazy = true,
keys = {
{ 'gcc', '<Plug>kommentary_line_default', mode = 'n', desc = 'Comment', noremap = true, silent = true },
{ 'gc', '<Plug>kommentary_motion_default', mode = 'n', desc = 'Comment', noremap = true, silent = true },
{ 'gc', '<Plug>kommentary_visual_default<C-c>', mode = 'v', desc = 'Comment', noremap = true, silent = true },
},
config = function()
vim.g.kommentary_create_default_mappings = false
end
}

View File

@@ -1,5 +1,14 @@
vim.api.nvim_create_autocmd({ 'BufWritePost' }, { -- An asynchronous linter plugin for Neovim complementary
callback = function() -- to the built-in Language Server Protocol support.
require('lint').try_lint() return {
end, 'mfussenegger/nvim-lint',
}) enabled = true,
lazy = true,
config = function()
vim.api.nvim_create_autocmd({ 'BufWritePost' }, {
callback = function()
require('lint').try_lint()
end
})
end
}

View File

@@ -1,24 +1,48 @@
-- Инициализация "neovim/nvim-lspconfig" -- Quickstart configs for Nvim LSP
local lspconfig = require('lspconfig') return {
'neovim/nvim-lspconfig',
enabled = true,
lazy = false,
priority = 70,
dependencies = {
-- 🌈 Plugin that creates missing LSP diagnostics
-- highlight groups for color schemes that do not
-- yet support the Neovim 0.5 builtin LSP client
{ 'folke/lsp-colors.nvim' },
-- 9000+ Snippets
{ 'ms-jpq/coq.artifacts', branch = 'artifacts' },
-- Lua & third party sources. Need to **configure separately**
{ 'ms-jpq/coq.thirdparty', branch = '3p' }
},
config = function()
-- @todo навести порядок
-- Активация вещания готовых набросков -- Активация вещания готовых набросков
local capabilities = vim.lsp.protocol.make_client_capabilities() local capabilities = vim.lsp.protocol.make_client_capabilities()
capabilities.textDocument.completion.completionItem.snippetSupport = true capabilities.textDocument.completion.completionItem.snippetSupport = true
-- Инициализация "ms-jpq/coq_nvim" -- Инициализация 'ms-jpq/coq_nvim'
local coq = require('coq') local coq = require('coq')
-- Инициализация LSP-серверов -- Инициализация LSP-серверов
-- Инициализация "bmewburn/vscode-intelephense" (LSP-сервер для PHP) -- Инициализация 'bmewburn/vscode-intelephense' (LSP-сервер для PHP)
lspconfig.intelephense.setup({ vim.lsp.config(
on_attach = lspconfig_on_attach, 'intelephense',
coq.lsp_ensure_capabilities(), {
capabilities = capabilities on_attach = lspconfig_on_attach,
}) coq.lsp_ensure_capabilities(),
capabilities = capabilities
}
)
vim.lsp.enable('intelephense')
-- Инициализация "hrsh7th/vscode-html-language-server" (LSP-сервер для HTML) -- Инициализация 'hrsh7th/vscode-html-language-server' (LSP-сервер для HTML)
lspconfig.html.setup({ vim.lsp.config(
'html',
{
init_options = { init_options = {
configurationSection = { 'html' }, configurationSection = { 'html' },
embeddedLanguages = { embeddedLanguages = {
@@ -30,14 +54,18 @@ lspconfig.html.setup({
on_attach = lspconfig_on_attach, on_attach = lspconfig_on_attach,
coq.lsp_ensure_capabilities(), coq.lsp_ensure_capabilities(),
capabilities = capabilities capabilities = capabilities
}) }
)
vim.lsp.enable('html')
-- Инициализация "aca/emmet-ls" (LSP-сервер для HTML) -- Инициализация 'aca/emmet-ls' (LSP-сервер для HTML)
lspconfig.emmet_ls.setup({ vim.lsp.config(
'emmet_ls',
{
init_options = { init_options = {
html = { html = {
options = { options = {
["bem.enabled"] = true, ['bem.enabled'] = true,
}, },
}, },
}, },
@@ -45,9 +73,12 @@ lspconfig.emmet_ls.setup({
coq.lsp_ensure_capabilities(), coq.lsp_ensure_capabilities(),
capabilities = capabilities capabilities = capabilities
}) })
vim.lsp.enable('emmet_ls')
-- Инициализация "hrsh7th/vscode-langservers-extracted" (LSP-сервер для CSS) -- Инициализация 'hrsh7th/vscode-langservers-extracted' (LSP-сервер для CSS)
lspconfig.cssls.setup({ vim.lsp.config(
'cssls',
{
settings = { settings = {
css = { css = {
validate = true validate = true
@@ -63,9 +94,12 @@ lspconfig.cssls.setup({
coq.lsp_ensure_capabilities(), coq.lsp_ensure_capabilities(),
capabilities = capabilities capabilities = capabilities
}) })
vim.lsp.enable('cssls')
-- Инициализация "antonk52/cssmodules-language-server" (LSP-сервер для JS, вспомогательный для CSS) -- Инициализация 'antonk52/cssmodules-language-server' (LSP-сервер для JS, вспомогательный для CSS)
lspconfig.cssmodules_ls.setup({ vim.lsp.config(
'cssmodules_ls',
{
init_options = { init_options = {
camelCase = false, camelCase = false,
}, },
@@ -73,9 +107,12 @@ lspconfig.cssmodules_ls.setup({
coq.lsp_ensure_capabilities(), coq.lsp_ensure_capabilities(),
capabilities = capabilities capabilities = capabilities
}) })
vim.lsp.enable('cssmodules_ls')
-- Инициализация "denoland/deno" (LSP-сервер для JavaScript и PostScript) -- Инициализация 'denoland/deno' (LSP-сервер для JavaScript и PostScript)
lspconfig.denols.setup({ vim.lsp.config(
'denols',
{
init_options = { init_options = {
enable = true, enable = true,
unstable = false unstable = false
@@ -84,16 +121,22 @@ lspconfig.denols.setup({
coq.lsp_ensure_capabilities(), coq.lsp_ensure_capabilities(),
capabilities = capabilities capabilities = capabilities
}) })
vim.lsp.enable('denols')
-- Инициализация "hrsh7th/vscode-langservers-extracted" (LSP-сервер для JSON) -- Инициализация 'hrsh7th/vscode-langservers-extracted' (LSP-сервер для JSON)
lspconfig.jsonls.setup({ vim.lsp.config(
'jsonls',
{
on_attach = lspconfig_on_attach, on_attach = lspconfig_on_attach,
coq.lsp_ensure_capabilities(), coq.lsp_ensure_capabilities(),
capabilities = capabilities capabilities = capabilities
}) })
vim.lsp.enable('jsonls')
-- Инициализация "luals/lua-language-server" (LSP-сервер для Lua) -- Инициализация 'luals/lua-language-server' (LSP-сервер для Lua)
lspconfig.lua_ls.setup({ vim.lsp.config(
'lua_ls',
{
settings = { settings = {
Lua = { Lua = {
runtime = { runtime = {
@@ -106,7 +149,7 @@ lspconfig.lua_ls.setup({
}, },
workspace = { workspace = {
-- Make the server aware of Neovim runtime files -- Make the server aware of Neovim runtime files
library = vim.api.nvim_get_runtime_file("", true), library = vim.api.nvim_get_runtime_file('', true),
}, },
-- Do not send telemetry data containing a randomized but unique identifier -- Do not send telemetry data containing a randomized but unique identifier
telemetry = { telemetry = {
@@ -116,5 +159,9 @@ lspconfig.lua_ls.setup({
}, },
on_attach = lspconfig_on_attach, on_attach = lspconfig_on_attach,
coq.lsp_ensure_capabilities(), coq.lsp_ensure_capabilities(),
capabilities = capabilities capabilities = capabilities
}) }
)
vim.lsp.enable('lua_ls')
end,
}

View File

@@ -1,44 +1,10 @@
require('lspkind').init({ -- VSCodestyle pictograms for Neovim completion items
-- defines how annotations are shown return {
-- default: symbol 'onsails/lspkind-nvim',
-- options: 'text', 'text_symbol', 'symbol_text', 'symbol' enabled = true,
mode = 'symbol_text', lazy = true,
opts = {
-- default symbol map mode = 'symbol',
-- can be either 'default' (requires nerd-fonts font) or preset = 'default',
-- 'codicons' for codicon preset (requires vscode-codicons font) }
-- }
-- default: 'default'
preset = 'codicons',
-- override preset symbols
--
-- default: {}
symbol_map = {
Text = "",
Method = "",
Function = "",
Constructor = "",
Field = "",
Variable = "",
Class = "",
Interface = "",
Module = "",
Property = "",
Unit = "",
Value = "",
Enum = "",
Keyword = "",
Snippet = "",
Color = "",
File = "",
Reference = "",
Folder = "",
EnumMember = "",
Constant = "",
Struct = "",
Event = "",
Operator = "",
TypeParameter = ""
},
})

View File

@@ -1,6 +1,23 @@
require('lualine').setup { -- A blazing fast and easy to configure
options = { -- neovim statusline plugin written in pure lua
icons_enabled = true, -- @todo навести порядок
return {
'nvim-lualine/lualine.nvim',
enabled = true,
lazy = false,
priority = 80,
dependencies = {
-- Provides Nerd Font icons (glyphs) for use by neovim plugins
{ 'nvim-tree/nvim-web-devicons' },
-- LSP Progress lualine componenet
{ 'arkav/lualine-lsp-progress' },
-- A Git wrapper so awesome, it should be illegal
{ 'tpope/vim-fugitive' }
},
opts = {
icons_enabled = true,
theme = 'auto', theme = 'auto',
component_separators = { left = '', right = ''}, component_separators = { left = '', right = ''},
section_separators = { left = '', right = ''}, section_separators = { left = '', right = ''},
@@ -11,17 +28,29 @@ require('lualine').setup {
ignore_focus = {}, ignore_focus = {},
always_divide_middle = true, always_divide_middle = true,
always_show_tabline = true, always_show_tabline = true,
globalstatus = false, globalstatus = true,
refresh = { refresh = {
statusline = 100, statusline = 1000,
tabline = 100, tabline = 1000,
winbar = 100, winbar = 1000,
refresh_time = 16, -- ~60fps
events = {
'WinEnter',
'BufEnter',
'BufWritePost',
'SessionLoadPost',
'FileChangedShellPost',
'VimResized',
'Filetype',
'CursorMoved',
'CursorMovedI',
'ModeChanged',
},
} }
}, },
sections = { sections = {
lualine_a = { lualine_a = {
{ 'mode',
'mode',
icons_enabled = true, icons_enabled = true,
icon = nil, icon = nil,
separator = nil, separator = nil,
@@ -31,29 +60,11 @@ require('lualine').setup {
padding = 1, padding = 1,
fmt = nil, fmt = nil,
on_click = nil, on_click = nil,
} },
}, lualine_b = {'branch', 'diff'},
lualine_b = {
'branch',
'diff',
{
'diagnostics',
sources = { 'coc' },
sections = { 'error', 'warn', 'info', 'hint' },
diagnostics_color = {
error = 'DiagnosticError',
warn = 'DiagnosticWarn',
info = 'DiagnosticInfo',
hint = 'DiagnosticHint',
},
symbols = {error = 'E', warn = 'W', info = 'I', hint = 'H'},
colored = true,
update_in_insert = false,
always_visible = false
}
},
lualine_c = {'filename', 'lsp_progress'}, lualine_c = {'filename', 'lsp_progress'},
lualine_x = {'encoding', 'fileformat', 'filetype'}, lualine_x = { FugitiveStatusline, 'encoding', 'fileformat', 'filetype'},
-- lualine_x = { FugitiveHead, 'encoding', 'fileformat', 'filetype'},
lualine_y = {'progress'}, lualine_y = {'progress'},
lualine_z = {'location'} lualine_z = {'location'}
}, },
@@ -68,5 +79,27 @@ require('lualine').setup {
tabline = {}, tabline = {},
winbar = {}, winbar = {},
inactive_winbar = {}, inactive_winbar = {},
extensions = {'nvim-dap-ui', 'trouble', 'neo-tree'} extensions = {
'lazy',
'nvim-dap-ui',
'trouble',
'neo-tree'
},
-- config = function()
-- local trouble = require("trouble")
-- local symbols = trouble.statusline({
-- mode = "lsp_document_symbols",
-- groups = {},
-- title = false,
-- filter = { range = true },
-- format = "{kind_icon}{symbol.name:Normal}",
-- -- The following line is needed to fix the background color
-- -- Set it to the lualine section you want to use
-- hl_group = "lualine_c_normal",
-- })
-- table.insert(opts.sections.lualine_c, {
-- symbols.get,
-- cond = symbols.has,
-- })
-- end
} }

View File

@@ -1,7 +1,9 @@
-- Инициализация плагина -- Create Neovim themes with real-time feedback, export anywhere
local lush = require('lush') return {
'rktjmp/lush.nvim',
-- Инициализация ссылки на палитру enabled = true,
local hsl = lush.hsl lazy = false,
priority = 100,
-- Тема будет разработана позднее - не до неё сейчас -- if you wish to use your own colorscheme:
-- { dir = '/absolute/path/to/colorscheme', lazy = true },
}

View File

@@ -1,48 +1,29 @@
local highlights = require("neo-tree.ui.highlights") -- Neovim plugin to manage the file system
-- and other tree like structures
require('neo-tree').setup({ return {
filesystem = { 'nvim-neo-tree/neo-tree.nvim',
components = { enabled = true,
--[[ lazy = true,
icon = function(config, node, state) keys = {
local icon = config.default or ' ' { '<f1>', '<cmd>Neotree toggle<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'NeoTree toggle', noremap = true, silent = true },
local padding = config.padding or ' ' },
local highlight = config.highlight or highlights.FILE_ICON branch = 'v3.x',
dependencies = {
if node.type == 'directory' then -- Lua functions
highlight = highlights.DIRECTORY_ICON { 'nvim-lua/plenary.nvim' },
if node:is_expanded() then
icon = config.folder_open or '-' -- Provides Nerd Font icons (glyphs) for use by neovim plugins
else { 'nvim-tree/nvim-web-devicons' },
icon = config.folder_closed or '+'
end -- UI Component Library for Neovim
elseif node.type == 'file' then { 'MunifTanjim/nui.nvim' },
local success, web_devicons = pcall(require, 'nvim-web-devicons') },
if success then opts = {
local devicon, hl = web_devicons.get_icon(node.name, node.ext) close_if_last_window = true,
icon = devicon or icon clipboard = {
highlight = hl or highlight sync = "global"
end },
end enable_git_status = true,
enable_diagnostics = true
return { }
text = icon .. padding, }
highlight = highlight
}
end
},
]]
window = {
mappings = {
['o'] = 'system_open'
},
},
commands = {
-- Открытие файла через программу по умолчанию в операционной системе
system_open = function(state)
vim.api.nvim_command(string.format('silent !xdg-open \'%s\'', state.tree:get_node():get_id()))
end,
}
}
}
})

6
lua/plugins/nginx.lua Normal file
View File

@@ -0,0 +1,6 @@
-- Improved nginx vim plugin (incl. syntax highlighting)
return {
'chr4/nginx.vim',
enabled = true,
lazy = true
}

View File

@@ -1,6 +1,13 @@
require('nvim-web-devicons').setup { -- Provides Nerd Font icons (glyphs) for use by neovim plugins
override = {}, return {
color_icons = true, 'nvim-tree/nvim-web-devicons',
default = true, enabled = true,
strict = true lazy = false,
priority = 110,
opts = {
override = {},
color_icons = true,
default = true,
strict = true
}
} }

View File

@@ -1,219 +0,0 @@
-- Инициализация
vim.cmd('packadd packer.nvim')
return require('packer').startup(function(use)
-- Менеджер плагинов Packer (автообновление)
use 'wbthomason/packer.nvim'
-- Flexoki colorscheme
use {
'nuvic/flexoki-nvim',
config = function() require('plugins/flexoki') end
}
-- Быстрая настройка LSP-серверов
use {
'neovim/nvim-lspconfig',
after = 'coq_nvim',
config = function() require('plugins/lspconfig') end
}
-- Прогресс LSP
use {
'j-hui/fidget.nvim',
config = function() require('plugins/fidget') end
}
-- Интерфейс отображающий найденные проблемы LSP-серверами
use {
'folke/trouble.nvim',
requires = 'kyazdani42/nvim-web-devicons',
config = function() require('plugins/trouble') end
}
-- Пиктограммы для плагинов
use {
'onsails/lspkind-nvim',
config = function() require('plugins/lspkind') end
}
-- Пиктограммы для плагинов
use {
'nvim-tree/nvim-web-devicons',
config = function() require('plugins/nvim-web-devicons') end
}
-- Интеграция с GIT
use {
'lewis6991/gitsigns.nvim',
config = function() require('plugins/gitsigns') end
}
-- Обработчик GIT-команд
use 'tpope/vim-fugitive'
-- Отображение изменений GIT
use 'mhinz/vim-signify'
-- Отрисовка в реальном времени найденных ошибок LSP-серверами
use {
'onsails/diaglist.nvim',
config = function() require('plugins/diaglist') end
}
-- Интерфейс строки состояния
use {
'nvim-lualine/lualine.nvim',
requires = 'kyazdani42/nvim-web-devicons',
config = function() require('plugins/lualine') end
}
-- Дополнение для "nvim-lualine/lualine.nvim" с отображением прогресса работы с LSP-серверами
use {
'arkav/lualine-lsp-progress',
config = function() require('plugins/lualine-lsp-progress') end
}
-- Интерфейс строки буфера файлов
use {
'akinsho/bufferline.nvim',
-- tag = "v3.*",
requires = 'nvim-tree/nvim-web-devicons',
config = function() require('plugins/bufferline') end
}
-- Интерфейс древовидной структуры файлов
use {
'nvim-neo-tree/neo-tree.nvim',
-- branch = 'v2.x',
requires = {
'nvim-lua/plenary.nvim',
'kyazdani42/nvim-web-devicons',
'MunifTanjim/nui.nvim'
},
config = function() require('plugins/neo-tree') end
}
-- Автодополнение скобок и кавычек
use {
'windwp/nvim-autopairs',
config = function() require('plugins/autopairs') end
}
-- Цвета для отображения найденных ошибок LSP-сервером в случае если другие цвета не найдены
use 'folke/lsp-colors.nvim'
-- Автозавершение
use {
'ms-jpq/coq_nvim',
branch = 'coq',
config = function() require('plugins/coq') end
}
-- Готовые наброски для автозавершения "ms-jpq/coq_nvim"
use {
'ms-jpq/coq.artifacts',
branch = 'artifacts'
}
-- Пользовательские готовые наброски для автозавершения "ms-jpq/coq_nvim"
use {
'ms-jpq/coq.thirdparty',
branch = '3p'
}
-- Линтер
use {
'mfussenegger/nvim-lint',
config = function() require('plugins/lint') end
}
-- Тестирование
use {
'vim-test/vim-test',
config = function() require('plugins/vim-test') end
}
-- Functions for Telescope
use 'nvim-lua/plenary.nvim'
-- DAP integration for Telescope
use 'nvim-telescope/telescope-dap.nvim'
-- Fuzzy finder over lists (find, filter, preview, pick)
use {
'nvim-telescope/telescope.nvim',
tag = '0.1.8',
requires = {'nvim-lua/plenary.nvim'},
config = function() require('plugins/telescope') end
}
-- UI for Treesitter
use {
'nvim-treesitter/nvim-treesitter',
config = function() require('plugins/treesitter') end,
run = function()
local ts_update = require('nvim-treesitter.install').update({ with_sync = true })
ts_update()
end
}
-- Удобное комментирование
use 'b3nj5m1n/kommentary'
-- Древовидное представление символов
use {
'simrat39/symbols-outline.nvim',
config = function() require('plugins/symbols-outline') end
}
-- Интерфейс для отображения тегов в отдельном окне
use 'preservim/tagbar'
-- PHP-теги для "preservim/tagbar" (phpctags для ctags)
use {
'vim-php/phpctags',
run = 'composer install'
}
-- LSP-сервер для Fish Shell
use 'dag/vim-fish'
-- Цветовая тема
use {
'rktjmp/lush.nvim',
config = function() require('plugins/lush') end
};
-- Аналог LSP-сервера для подержки синтаксиса nginx
use 'chr4/nginx.vim'
-- Форматировщик Prettier
use {
'prettier/vim-prettier',
branch = 'master',
-- run = 'sudo npm i -g',
run = 'yarn install --frozen-lockfile --production'
}
-- Debug Adapter Protocol client implementation --
use {
'mfussenegger/nvim-dap',
config = function() require('plugins/dap') end
}
-- Asynchronous IO --
use 'nvim-neotest/nvim-nio'
-- UI for DAP client implementation --
use {
'rcarriga/nvim-dap-ui',
requires = {"mfussenegger/nvim-dap", "nvim-neotest/nvim-nio"},
config = function() require('plugins/dapui') end
}
-- Virtual text support for DAP client implementation and Treesitter --
use {
'theHamsta/nvim-dap-virtual-text',
config = function() require('plugins/dap-text') end
}
end)

8
lua/plugins/reticle.lua Normal file
View File

@@ -0,0 +1,8 @@
-- Highlight only the screen line of the cursor
-- in the currently active window
return {
'tummetott/reticle.nvim',
enabled = true,
lazy = true,
event = 'VeryLazy'
}

View File

@@ -1,4 +0,0 @@
require('symbols-outline').setup({
--auto_preview = true,
--show_numbers = true
})

16
lua/plugins/tagbar.lua Normal file
View File

@@ -0,0 +1,16 @@
-- Vim plugin that displays tags in a window, ordered by scope
return {
'preservim/tagbar',
enabled = true,
lazy = true,
keys = {
{ '<f2>', '<cmd>TagbarToggle<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'Tagbar toggle', noremap = true, silent = true },
},
dependencies = {
-- An enhanced ctags compatible index generator written in pure PHP
{ 'vim-php/phpctags' },
-- jsctags generator using tern
{ 'sergioramos/jsctags' }
}
}

View File

@@ -1,27 +1,32 @@
-- Initializing -- Find, Filter, Preview, Pick. All lua, all the time
local telescope = require('telescope'); -- Gaze deeply into unknown regions using the power of the moon
return {
'nvim-telescope/telescope.nvim',
enabled = true,
lazy = true,
keys = {
{ '<c-f>', '<cmd>Telescope find_files', mode = { 'n', 'i', 'v', 't' }, desc = 'Telescope find', noremap = true, silent = true },
{ '<c-F>', '<cmd>Telescope live_grep', mode = { 'n', 'i', 'v', 't' }, desc = 'Telescope grep', noremap = true, silent = true },
{ '<leader><s-tab>', '<cmd>Telescope buffers', mode = { 'n', 'i', 'v', 't' }, desc = 'Telescope buffers', noremap = true, silent = true },
{ '<leader>?', '<cmd>Telescope help_tags', mode = { 'n', 'i', 'v', 't' }, desc = 'Telescope help', noremap = true, silent = true },
},
dependencies = {
-- Functions for Telescope
{ 'nvim-lua/plenary.nvim' },
-- Installing -- Integration for nvim-dap with telescope.nvim
telescope.setup { { 'nvim-telescope/telescope-dap.nvim' }
pickers = { },
-- Default configuration for builtin picikers goes here: opts = {
-- picker_name = { exteinsions = {
-- picker_configi_key = value, dap = {}
-- ... }
-- } },
-- Now the picker_config_key will be applied every time you call this config = function()
-- builtin picker -- Initializing telescope
}, local telescope = require('telescope')
exteinsiions = { -- Loading extensions
-- Your extensioni configuration goes here: telescope.load_extension('dap')
-- extension_name = { end
-- extension_config_key = value,
-- }
-- please take a look at the readme of the extension you want to configure
dap = {}
}
} }
-- Loading extensions
telescope.load_extension('dap')

View File

@@ -1,7 +1,14 @@
require('nvim-treesitter.configs').setup { -- Nvim Treesitter configurations and abstraction layer
highlight = { return {
enable = true, 'nvim-treesitter/nvim-treesitter',
-- additional_vim_regex_highlighting = false enabled = true,
additional_vim_regex_highlighting = true lazy = false,
}, priority = 40,
build = ':TSUpdate',
opts = {
highlight = {
enable = true,
additional_vim_regex_highlighting = true
}
}
} }

View File

@@ -1,65 +1,14 @@
require('trouble').setup({ -- 🚦 A pretty diagnostics, references, telescope results,
position = "bottom", -- position of the list can be: bottom, top, left, right -- quickfix and location list to help you solve
height = 10, -- height of the trouble list when position is top or bottom -- all the trouble your code is causing
width = 50, -- width of the list when position is left or right return {
icons = true, -- use devicons for filenames 'folke/trouble.nvim',
mode = "workspace_diagnostics", -- "workspace_diagnostics", "document_diagnostics", "quickfix", "lsp_references", "loclist" enabled = true,
fold_open = "", -- icon used for open folds lazy = true,
fold_closed = "", -- icon used for closed folds cmd = 'Trouble',
group = true, -- group results by file keys = {
padding = true, -- add an extra new line on top of the list { '<f3>', '<cmd>Trouble diagnostics toggle<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'Diagnostics (Trouble)', noremap = true, silent = true },
action_keys = {
-- key mappings for actions in the trouble list
-- map to {} to remove a mapping, for example:
-- close = {},
close = "q", -- close the list
cancel = "<esc>", -- cancel the preview and get back to your last window / buffer / cursor
refresh = "r", -- manually refresh
jump = { "<cr>", "<tab>" }, -- jump to the diagnostic or open / close folds
open_split = { "<c-x>" }, -- open buffer in new split
open_vsplit = { "<c-v>" }, -- open buffer in new vsplit
open_tab = { "<c-t>" }, -- open buffer in new tab
jump_close = { "o" }, -- jump to the diagnostic and close the list
toggle_mode = "m", -- toggle between "workspace" and "document" diagnostics mode
toggle_preview = "P", -- toggle auto_preview
hover = "K", -- opens a small popup with the full multiline message
preview = "p", -- preview the diagnostic location
close_folds = { "zM", "zm" }, -- close all folds
open_folds = { "zR", "zr" }, -- open all folds
toggle_fold = { "zA", "za" }, -- toggle fold of current file
previous = "k", -- previous item
next = "j" -- next item
}, },
indent_lines = true, -- add an indent guide below the fold icons opts = {},
auto_open = false, -- automatically open the list when you have diagnostics config = function() end
auto_close = false, -- automatically close the list when you have no diagnostics }
auto_preview = true, -- automatically preview the location of the diagnostic. <esc> to close preview and go back to last window
auto_fold = false, -- automatically fold a file trouble list at creation
auto_jump = { "lsp_definitions" }, -- for the given modes, automatically jump if there is only a single result
signs = {
-- icons / text used for a diagnostic
error = "",
warning = "",
hint = "",
information = "",
other = ""
},
use_diagnostic_signs = false -- enabling this will use the signs defined in your lsp client
})
-- Initializing Telescope
local telescope = require("telescope")
local telescope_actions = require("telescope.actions")
local telescope_open = require("trouble.sources.telescope").open
-- Use this to add more results without clearing the trouble list
local add_to_trouble = require("trouble.sources.telescope").add
telescope.setup({
defaults = {
mappings = {
i = { ["<c-t>"] = telescope_open },
n = { ["<c-t>"] = telescope_open },
},
},
})

6
lua/plugins/vim-fish.lua Normal file
View File

@@ -0,0 +1,6 @@
-- Run your tests at the speed of thought
return {
'vim-test/vim-test',
enabled = true,
lazy = true
}

View File

@@ -0,0 +1,6 @@
-- A Git wrapper so awesome, it should be illegal
return {
'tpope/vim-fugitive',
enabled = true,
lazy = true
}

View File

@@ -0,0 +1,6 @@
-- Show a diff using Vim its sign column
return {
'mhinz/vim-signify',
enabled = true,
lazy = true
}

View File

@@ -0,0 +1,6 @@
-- Vim support for editing fish scripts
return {
'dag/vim-fish',
enabled = true,
lazy = true
}

40
lua/settings/lazy.lua Normal file
View File

@@ -0,0 +1,40 @@
-- Bootstrap lazy.nvim
local path = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
if not (vim.uv or vim.loop).fs_stat(path) then
local repository = 'https://github.com/folke/lazy.nvim.git'
local out = vim.fn.system({ 'git', 'clone', '--filter=blob:none', '--branch=stable', repository, path })
if vim.v.shell_error ~= 0 then
vim.api.nvim_echo({
{ 'Failed to clone lazy.nvim:\n', 'ErrorMsg' },
{ out, 'WarningMsg' },
{ '\nPress any key to exit...' },
}, true, {})
vim.fn.getchar()
os.exit(1)
end
end
vim.opt.rtp:prepend(path)
-- Setup lazy.nvim
require('lazy').setup({
-- Import plugins
spec = {
{ import = 'plugins' },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
-- install = {
-- colorscheme = { 'flexoki' }
-- },
-- Automatically check for plugin updates
checker = {
enabled = true
},
})

View File

@@ -1,3 +1,7 @@
-- Leader button
vim.g.mapleader = ' '
vim.g.maplocalleader = '\\'
-- Использовать системный буфер обмена -- Использовать системный буфер обмена
vim.opt.clipboard = 'unnamedplus' vim.opt.clipboard = 'unnamedplus'
@@ -28,9 +32,7 @@ vim.opt_local.cursorcolumn = true
-- Theme -- Theme
vim.opt.background = "dark" vim.opt.background = "dark"
-- Colorscheme -- Colorscheme @see plugin "flexoki"
-- vim.cmd.colorscheme('default')
-- vim.cmd.colorscheme('koehler')
vim.cmd.colorscheme('vim') vim.cmd.colorscheme('vim')
-- Добавление ru_RU (переключать через <c-^>) -- Добавление ru_RU (переключать через <c-^>)
@@ -48,3 +50,7 @@ vim.opt_local.spelllang = 'ru_yo,en_us'
vim.g.markdown_fenced_languages = { vim.g.markdown_fenced_languages = {
"ts=typescript" "ts=typescript"
} }
-- Syntax hightlighting
vim.cmd('syntax on')
vim.cmd('filetype plugin on')

56
lua/trouble.lua Normal file
View File

@@ -0,0 +1,56 @@
-- 🚦 A pretty diagnostics, references, telescope results,
-- quickfix and location list to help you solve
-- all the trouble your code is causing
return {
'folke/trouble.nvim',
enabled = true,
lazy = false,
cmd = 'Trouble',
keys = {
{ '<f3>', '<cmd>Trouble diagnostics toggle<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'Diagnostics (Trouble)', noremap = true, silent = true },
},
dependencies = {
-- Nvim Treesitter configurations and abstraction layer
{ 'nvim-treesitter/nvim-treesitter' },
-- Provides Nerd Font icons (glyphs) for use by neovim plugins
{ 'nvim-tree/nvim-web-devicons' }
},
opts = {
auto_close = true, -- auto close when there are no items
auto_open = true, -- auto open when there are items
position = 'bottom', -- position of the list can be: bottom, top, left, right
auto_preview = true, -- automatically open preview when on an item
auto_refresh = true, -- auto refresh when open
auto_jump = false, -- auto jump to the item when there's only one
focus = false, -- Focus the window when opened
restore = true, -- restores the last location in the list when opening
follow = true, -- Follow the current item
indent_guides = true, -- show indent guides
max_items = 200, -- limit number of items that can be displayed per section
multiline = true, -- render multi-line messages
pinned = false, -- When pinned, the opened trouble window will be bound to the current buffer
warn_no_results = true, -- show a warning when there are no results
open_no_results = false, -- open the trouble window when there are no results
-- use_diagnostic_signs = false -- enabling this will use the signs defined in your lsp client
},
config = function()
-- Initializing Telescope
local telescope = require('telescope')
local telescope_actions = require('telescope.actions')
local telescope_open = require('trouble.sources.telescope').open
-- Use this to add more results without clearing the trouble list
local add_to_trouble = require('trouble.sources.telescope').add
telescope.setup({
defaults = {
mappings = {
i = { ['<c-t>'] = telescope_open },
n = { ['<c-t>'] = telescope_open },
},
},
})
end
}