this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lsp file operations

+10
+10
nvim/lua/plugins/lsp.lua
··· 105 105 { 106 106 "prisma/vim-prisma", 107 107 }, 108 + { 109 + "antosha417/nvim-lsp-file-operations", 110 + dependencies = { 111 + "nvim-lua/plenary.nvim", 112 + "nvim-tree/nvim-tree.lua", 113 + }, 114 + config = function() 115 + require("lsp-file-operations").setup() 116 + end, 117 + }, 108 118 }