mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
feat(nvim-surround.lua): add configuration for nvim-surround plugin
The `nvim-surround.lua` file was added to the `lua/absolute/after` directory. This file contains the configuration for the `nvim-surround` plugin. The `surround.setup({})` function is called to initialize the plugin with an empty configuration object. This allows the plugin to be used with default settings.
This commit is contained in:
3
lua/absolute/after/nvim-surround.lua
Normal file
3
lua/absolute/after/nvim-surround.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
local surround = require("nvim-surround")
|
||||
|
||||
surround.setup({})
|
||||
Reference in New Issue
Block a user