Code Monkey home page Code Monkey logo

Comments (6)

LER0ever avatar LER0ever commented on May 23, 2024

Hi @etnoy , you can open the fold by pressing zR (open all fold), but files are loaded with fold by default to allow better view on the large ones. I put all the necessary default configurations after loading EverVim.vimrc including hiding the menubar, mainly for the purpose of giving users a consistent experience on some mission critical options. Can I know what you need the menubar for?

I'm currently refactoring the whole codebase, and I might just set everything configurable with an optimized default.

from evervim.

etnoy avatar etnoy commented on May 23, 2024

Folding is the type of thing I disable in my environment. It's basically impossible to edit TeX files with it enabled. As I'm migrating from another vim distro I expect to be able to disable folding.

Can I suggest making these types of non-standard features configurable to the user? For example, by having the user config loaded after the evervim config?

from evervim.

LER0ever avatar LER0ever commented on May 23, 2024

Sure, I'll make almost everything configurable in the next big update, but that will take a little bit of time (maybe up to months) since I'm currently very busy as a college student and I have other projects that needs to be worked on.

I'll leave this issue open until the customization is possible in master branch.

from evervim.

raviraa avatar raviraa commented on May 23, 2024

I got to overriding default options by writing my settings in a function and calling it when window is created(BufWinEnter)

function! MyConfig()
  let g:ale_open_list = 0
  set wrap
endfunction
autocmd BufWinEnter *.go :call MyConfig()

from evervim.

tispratik avatar tispratik commented on May 23, 2024

Same with me, when i open MacVim, evervim_font_size does not seem to take effect.

from evervim.

diraol avatar diraol commented on May 23, 2024

👋 Hi!

Any news over here?

from evervim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.