Skip to content

avral/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Configuration for some programs on my MacOS

Neovim (lua)

Neovim config rewritten from init.vim (coc) to a modern Lua setup:

  • lazy.nvim plugin manager (lua/config/lazy.lua)
  • Native LSP + blink.cmp, nvim-treesitter (main branch), conform.nvim
  • NERDTree file tree, telescope, lualine, gitsigns
  • Theme: OceanicNeutral (colors/OceanicNeutral.vim + autoload/oceanic_next.vim)

Layout mirrors ~/.config/nvim:

init.lua            -- entrypoint (bootstraps lazy)
lua/config/         -- options, keymaps, lazy setup
lua/plugins/        -- one file per plugin/area
colors/, autoload/  -- OceanicNeutral theme
lazy-lock.json      -- pinned plugin versions

Requires Neovim 0.12+ and the tree-sitter CLI (brew install tree-sitter-cli).

About

Configuration for some programs on my MacOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors