add a sleeker max column
This commit is contained in:
parent
988eb3c0a7
commit
e3af730f54
2 changed files with 5 additions and 3 deletions
|
@ -10,4 +10,3 @@ set autoindent
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
||||||
lua require('plugins')
|
lua require('plugins')
|
||||||
lua require('lualine').setup()
|
|
||||||
|
|
|
@ -40,6 +40,8 @@ return require('packer').startup(function(use)
|
||||||
|
|
||||||
use "EdenEast/nightfox.nvim"
|
use "EdenEast/nightfox.nvim"
|
||||||
|
|
||||||
|
use "lukas-reineke/virt-column.nvim"
|
||||||
|
|
||||||
-- Autocompletion
|
-- Autocompletion
|
||||||
use 'hrsh7th/cmp-nvim-lsp'
|
use 'hrsh7th/cmp-nvim-lsp'
|
||||||
use 'hrsh7th/nvim-cmp'
|
use 'hrsh7th/nvim-cmp'
|
||||||
|
@ -54,10 +56,11 @@ return require('packer').startup(function(use)
|
||||||
augroup end
|
augroup end
|
||||||
]])
|
]])
|
||||||
|
|
||||||
|
-- init configs
|
||||||
-- setup section
|
|
||||||
require('nightfox-config')
|
require('nightfox-config')
|
||||||
require('nvim-tree-config')
|
require('nvim-tree-config')
|
||||||
|
require('lualine').setup()
|
||||||
|
require("virt-column").setup()
|
||||||
|
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
|
|
Loading…
Add table
Reference in a new issue