improve terminal buffers
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
vim.keymap.set('n', '<leader>e', '<cmd>NvimTreeToggle<CR>')
|
||||
|
||||
local function my_on_attach(bufnr)
|
||||
local api = require('nvim-tree.api')
|
||||
local opts = { buffer = bufnr }
|
||||
@@ -95,7 +93,6 @@ return {
|
||||
},
|
||||
|
||||
hijack_cursor = true,
|
||||
hijack_unnamed_buffer_when_opening = true,
|
||||
prefer_startup_root = true,
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
return {
|
||||
{
|
||||
'windwp/nvim-ts-autotag',
|
||||
opts = {
|
||||
autotag = {
|
||||
enable = true,
|
||||
enable_close = true,
|
||||
enable_rename = true,
|
||||
enable_close_on_slash = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- 'windwp/nvim-ts-autotag',
|
||||
-- opts = {
|
||||
-- autotag = {
|
||||
-- enable = true,
|
||||
-- enable_close = true,
|
||||
-- enable_rename = true,
|
||||
-- enable_close_on_slash = true,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
|
||||
Reference in New Issue
Block a user