idk
This commit is contained in:
+11
-2
@@ -3,6 +3,7 @@ vim.cmd [[au BufRead,BufNewFile .env.* set filetype=sh]]
|
||||
|
||||
local opt = vim.opt -- to set options
|
||||
local fn = vim.fn
|
||||
local g = vim.g
|
||||
|
||||
opt.autoindent = true
|
||||
opt.autoread = true
|
||||
@@ -43,8 +44,16 @@ opt.titlestring = [[NVIM: [%{fnamemodify(getcwd(), ':t')}] %t]]
|
||||
opt.cursorline = true
|
||||
opt.cursorcolumn = true
|
||||
|
||||
-- "rbgrouleff/bclose.vim"
|
||||
vim.g.bclose_no_plugin_maps = true
|
||||
----------------
|
||||
-- BCLOSE.VIM --
|
||||
----------------
|
||||
g.bclose_no_plugin_maps = true
|
||||
|
||||
----------------
|
||||
-- BRACEY.VIM --
|
||||
----------------
|
||||
-- https://github.com/turbio/bracey.vim
|
||||
--g.bracey_refresh_on_save = true
|
||||
|
||||
-----------------------
|
||||
-- TREESITTER CONFIG --
|
||||
|
||||
@@ -38,6 +38,7 @@ require("packer").startup(
|
||||
--use "jiangmiao/auto-pairs"
|
||||
use "dense-analysis/ale"
|
||||
--use "nathanmsmith/nvim-ale-diagnostic"
|
||||
use "turbio/bracey.vim"
|
||||
|
||||
-- LSP
|
||||
use {"nvim-treesitter/nvim-treesitter", run = ":TSUpdate"}
|
||||
|
||||
Reference in New Issue
Block a user